home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 13 / boot-disc-1997-09.iso / HyprWire / DATA.Z / BasicVariable.ipt < prev    next >
Text File  |  1996-10-25  |  551b  |  22 lines

  1.     kxPort TriggerValueChanged =
  2.       {
  3.       kxJavaMethod = wiTriggerValueChanged
  4.       kxJavaSignature = "()LHwObject"
  5.       kxPublicNames = "Trigger Value Changed" "Was Successful"
  6.       }
  7.  
  8.     kxPort GetValue =
  9.       {
  10.       kxJavaMethod = wiGetValue
  11.       kxJavaSignature = "()LHwObject"
  12.       kxPublicNames = "Get Value" "Value"
  13.       }
  14.  
  15.     kxPort Equals =
  16.       {
  17.       kxJavaMethod = wiEquals
  18.       kxJavaSignature = "(LHwObject;)Z"
  19.       kxPublicJavaSignature = "(LString;)Z"
  20.       kxPublicNames = "Equals" "Value" "Is equal to"
  21.       }
  22.