public static interface ClientSession.MessageListener extends Bayeux.BayeuxListener
A listener for remote call messages.
Modifier and Type | Method and Description |
---|---|
void |
onMessage(Message message)
Callback invoked when a remote call response is received.
|
void onMessage(Message message)
message
- the remote call responseCopyright © 2008–2016 The CometD Project. All rights reserved.