M
- type of the message to subscribe topublic interface Subscriber<M>
Modifier and Type | Method and Description |
---|---|
void |
onMessage(MessageEvent<M> messageEvent)
Method called to notify the occurrence of an event.
|
void onMessage(MessageEvent<M> messageEvent)
messageEvent
- the message eventCopyright © 2015. All Rights Reserved.