Uses of Interface
org.cometd.bayeux.client.ClientSessionChannel.ClientSessionChannelListener
Packages that use ClientSessionChannel.ClientSessionChannelListener
-
Uses of ClientSessionChannel.ClientSessionChannelListener in org.cometd.bayeux.client
Subinterfaces of ClientSessionChannel.ClientSessionChannelListener in org.cometd.bayeux.clientModifier and TypeInterfaceDescriptionstatic interface
A listener for messages on aClientSessionChannel
.Methods in org.cometd.bayeux.client that return types with arguments of type ClientSessionChannel.ClientSessionChannelListenerMethods in org.cometd.bayeux.client with parameters of type ClientSessionChannel.ClientSessionChannelListenerModifier and TypeMethodDescriptionvoid
ClientSessionChannel.addListener
(ClientSessionChannel.ClientSessionChannelListener listener) Adds a listener to this channel.void
ClientSessionChannel.removeListener
(ClientSessionChannel.ClientSessionChannelListener listener) Removes the givenlistener
from this channel. -
Uses of ClientSessionChannel.ClientSessionChannelListener in org.cometd.common
Methods in org.cometd.common that return types with arguments of type ClientSessionChannel.ClientSessionChannelListenerMethods in org.cometd.common with parameters of type ClientSessionChannel.ClientSessionChannelListenerModifier and TypeMethodDescriptionvoid
AbstractClientSession.AbstractSessionChannel.addListener
(ClientSessionChannel.ClientSessionChannelListener listener) void
AbstractClientSession.AbstractSessionChannel.removeListener
(ClientSessionChannel.ClientSessionChannelListener listener)