ObjectMessageEvent
ObjectMessageEvent Methods
ObjectMessageEvent() | Constructor for the ObjectMessageEvent class |
Object() | Returns a reference to the "object" being sent as the message |
Derived Classes
None
See Also
Class Hierarchy, Script, Thread, TextMessageEvent, BinaryMessageEvent
public method ObjectMessageEvent()
Parameters
None
Return Value
None
Description
Constructor for the ObjectMessageEvent class.
ObjectMessageEvent Class
public method<Base> Object()
Parameters
None
Return Value
Reference to object associated with message event
Description
This method returns the "object" reference which forms the basis of the object event. This object reference was sent to a Script or a Thread using the SendObjectMessage() method.
ObjectMessageEvent Class