Uses of Interface
org.cometd.bayeux.server.BayeuxServer.BayeuxServerListener
Package | Description |
---|---|
org.cometd.bayeux.server |
-
Uses of BayeuxServer.BayeuxServerListener in org.cometd.bayeux.server
Subinterfaces of BayeuxServer.BayeuxServerListener in org.cometd.bayeux.server Modifier and Type Interface Description static interface
BayeuxServer.ChannelListener
Specialized listener forServerChannel
events.static interface
BayeuxServer.SessionListener
Specialized listener forServerSession
events.static interface
BayeuxServer.SubscriptionListener
Specialized listener forServerChannel
subscription events.Methods in org.cometd.bayeux.server with parameters of type BayeuxServer.BayeuxServerListener Modifier and Type Method Description void
BayeuxServer. addListener(BayeuxServer.BayeuxServerListener listener)
Adds a listener to this Bayeux object.void
BayeuxServer. removeListener(BayeuxServer.BayeuxServerListener listener)
Removes a listener from this Bayeux object.