|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface MessageCallback
This interface represents function protype for channel message handling.
| Method Summary | |
|---|---|
Value |
onMessage(Member from,
String command,
Value argument)
Handles incoming channel message. |
| Method Detail |
|---|
Value onMessage(Member from,
String command,
Value argument)
from - Originating membercommand - Command nameargument - Command argument
null if this command
doesn't return value.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||