Infinity.CommunicationMethodInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_member |
r |
||
cancel_messages |
r |
||
enqueued |
r |
||
is_member |
r |
||
parent |
r |
||
received |
r |
||
remove_member |
r |
||
send_all |
r |
||
send_single |
r |
||
sent |
r |
Methods¶
None
Details¶
- class Infinity.CommunicationMethodInterface¶
The default signal handlers of virtual methods of
Infinity.CommunicationMethod
. These implement communication within aInfinity.CommunicationGroup
.