Infinity.CommunicationObjectInterface

Fields

Name

Type

Access

Description

enqueued

object

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 Infinity.CommunicationGroup.cancel_messages().

parent

GObject.TypeInterface

r

received

object

r

Called when a message for the group related to this Infinity.CommunicationObject was received.

sent

object

r

Called when a message has been sent to another group member of the group related no this Infinity.CommunicationObject.

Methods

None

Details

class Infinity.CommunicationObjectInterface

The virtual methods of Infinity.CommunicationObject. These are called by the Infinity.CommunicationMethod when appropriate.