home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / os2 / fp1os2.arj / OS2 / DATA / 49 / C / 0 / F_26836 / JSbxPropertyInterface.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-05-15  |  518 b   |  10 lines

  1. interface JSbxPropertyInterface {
  2.    JSbxValue PropertyCallFunction(JSbxObjectProperty var1, JScriptCallParam var2) throws JSbxExceptionBase;
  3.  
  4.    void PropertyGet(JSbxObjectProperty var1, JSbxValue var2) throws JSbxException;
  5.  
  6.    void PropertyPut(JSbxObjectProperty var1, JSbxValue var2) throws JSbxException;
  7.  
  8.    String Property_GetJScript_typeofString(JSbxObjectProperty var1);
  9. }
  10.