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