Uses of Interface
org.cometd.bayeux.client.ClientSessionChannel.ClientSessionChannelListener
-
Uses of ClientSessionChannel.ClientSessionChannelListener in org.cometd.bayeux.client
Subinterfaces of ClientSessionChannel.ClientSessionChannelListener in org.cometd.bayeux.clientModifier and TypeInterfaceDescriptionstatic interfaceA 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 TypeMethodDescriptionvoidClientSessionChannel.addListener(ClientSessionChannel.ClientSessionChannelListener listener) Adds a listener to this channel.voidClientSessionChannel.removeListener(ClientSessionChannel.ClientSessionChannelListener listener) Removes the givenlistenerfrom this channel.