Infinity.CommunicationObjectInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
enqueued |
r |
Called when a message to be sent to another group member has been enqueued, which means sending it can no longer be cancelled via |
|
parent |
r |
||
received |
r |
Called when a message for the group related to this |
|
sent |
r |
Called when a message has been sent to another group member of the group related no this |
Methods¶
None
Details¶
- class Infinity.CommunicationObjectInterface¶
The virtual methods of
Infinity.CommunicationObject
. These are called by theInfinity.CommunicationMethod
when appropriate.