Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener
-
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.serverModifier and TypeInterfaceDescriptionstatic interface
Tag interface that marksConfigurableServerChannel.ServerChannelListener
s as "weak".static interface
Listeners objects that implement this interface will be notified of message publish.static interface
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.ServerChannelListenerMethods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel.ServerChannelListenerModifier and TypeMethodDescriptionvoid
ConfigurableServerChannel.addListener(ConfigurableServerChannel.ServerChannelListener listener)
void
ConfigurableServerChannel.removeListener(ConfigurableServerChannel.ServerChannelListener listener)