|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Send
Any subclass of
GroupSendableEvent
,
that implements Send will be sent to the specified destinations,
instead of the entire group.
The destinations are given as an array of their ranks in the current
view
. The array is placed in the
dest
attribute.
Ex: The current view is [A,B,C,D,E] and we wish to send a message to members
A, C and D. In "dest" we will put the array [0,2,3].
GroupSendableEvent
|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |