Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener
Package | Description |
---|---|
org.cometd.bayeux.server |
-
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.server Modifier and Type Interface Description static interface
ConfigurableServerChannel.ServerChannelListener.Weak
Tag interface that marksConfigurableServerChannel.ServerChannelListener
s as "weak".static interface
ServerChannel.MessageListener
Listeners objects that implement this interface will be notified of message publish.static interface
ServerChannel.SubscriptionListener
Listener objects that implement this interface will be notified of subscription events.Methods in org.cometd.bayeux.server that return types with arguments of type ConfigurableServerChannel.ServerChannelListener Modifier and Type Method Description List<ConfigurableServerChannel.ServerChannelListener>
ConfigurableServerChannel. getListeners()
Methods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel.ServerChannelListener Modifier and Type Method Description void
ConfigurableServerChannel. addListener(ConfigurableServerChannel.ServerChannelListener listener)
void
ConfigurableServerChannel. removeListener(ConfigurableServerChannel.ServerChannelListener listener)