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 interfaceTag interface that marksConfigurableServerChannel.ServerChannelListeners as "weak".static interfaceListeners objects that implement this interface will be notified of message publish.static interfaceListener 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 TypeMethodDescriptionvoidConfigurableServerChannel.addListener(ConfigurableServerChannel.ServerChannelListener listener) voidConfigurableServerChannel.removeListener(ConfigurableServerChannel.ServerChannelListener listener)