Uses of Interface
org.cometd.bayeux.client.ClientSession.MessageListener
-
Packages that use 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(java.lang.String target, java.lang.Object data, ClientSession.MessageListener callback)
Performs a remote call to the server, to the specifiedtarget
, and with the givendata
as payload.
-