Uses of Interface
org.cometd.bayeux.client.ClientSessionChannel.ClientSessionChannelListener
-
Packages that use ClientSessionChannel.ClientSessionChannelListener Package Description org.cometd.bayeux.client org.cometd.common -
-
Uses of ClientSessionChannel.ClientSessionChannelListener in org.cometd.bayeux.client
Subinterfaces of ClientSessionChannel.ClientSessionChannelListener in org.cometd.bayeux.client Modifier and Type Interface Description static interfaceClientSessionChannel.MessageListenerA listener for messages on aClientSessionChannel.Methods in org.cometd.bayeux.client that return types with arguments of type ClientSessionChannel.ClientSessionChannelListener Modifier and Type Method Description List<ClientSessionChannel.ClientSessionChannelListener>ClientSessionChannel. getListeners()Methods in org.cometd.bayeux.client with parameters of type ClientSessionChannel.ClientSessionChannelListener Modifier and Type Method Description voidClientSessionChannel. addListener(ClientSessionChannel.ClientSessionChannelListener listener)Adds a listener to this channel.voidClientSessionChannel. removeListener(ClientSessionChannel.ClientSessionChannelListener listener)Removes the givenlistenerfrom this channel. -
Uses of ClientSessionChannel.ClientSessionChannelListener in org.cometd.common
Methods in org.cometd.common that return types with arguments of type ClientSessionChannel.ClientSessionChannelListener Modifier and Type Method Description List<ClientSessionChannel.ClientSessionChannelListener>AbstractClientSession.AbstractSessionChannel. getListeners()Methods in org.cometd.common with parameters of type ClientSessionChannel.ClientSessionChannelListener Modifier and Type Method Description voidAbstractClientSession.AbstractSessionChannel. addListener(ClientSessionChannel.ClientSessionChannelListener listener)voidAbstractClientSession.AbstractSessionChannel. removeListener(ClientSessionChannel.ClientSessionChannelListener listener)
-