Uses of Interface
org.cometd.bayeux.client.ClientSession.MessageListener
Package | Description |
---|---|
org.cometd.bayeux.client |
-
Uses of ClientSession.MessageListener in org.cometd.bayeux.client
Methods in org.cometd.bayeux.client with parameters of type ClientSession.MessageListener Modifier and Type Method Description void
ClientSession. remoteCall(String target, Object data, ClientSession.MessageListener callback)
Performs a remote call to the server, to the specifiedtarget
, and with the givendata
as payload.