|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Bus.MESSAGE
Catch all signals emitted on the Bus.
The signal handler will be called asynchronously from the thread that posted the message on the Bus.
Bus.connect(MESSAGE)
,
Bus.disconnect(MESSAGE)
Method Summary | |
---|---|
void |
busMessage(Bus bus,
Message message)
Called when a Element posts a Message on the Bus. |
Method Detail |
---|
void busMessage(Bus bus, Message message)
Element
posts a Message
on the Bus.
bus
- the Bus the message was posted on.message
- the message that was posted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |