Interface ClientSession.MessageListener
- All Superinterfaces:
Bayeux.BayeuxListener
,EventListener
- Enclosing interface:
ClientSession
A listener for remote call messages.
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NOOP
-
-
Method Details
-
onMessage
Callback invoked when a remote call response is received.- Parameters:
message
- the remote call response
-