public interface Message
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Stop further propagation of a broadcast message.
|
java.lang.Object[] |
data()
The values passed along in the message.
|
java.lang.String |
name()
The name of this message.
|
Node |
source()
The node that sent the message.
|
Node source()
java.lang.String name()
java.lang.Object[] data()
void cancel()