Uses of Interface
org.cometd.bayeux.server.BayeuxServer.BayeuxServerListener
-
Packages that use BayeuxServer.BayeuxServerListener Package Description org.cometd.bayeux.server org.cometd.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. -
Uses of BayeuxServer.BayeuxServerListener in org.cometd.server
Methods in org.cometd.server that return types with arguments of type BayeuxServer.BayeuxServerListener Modifier and Type Method Description protected java.util.List<BayeuxServer.BayeuxServerListener>
BayeuxServerImpl. getListeners()
Methods in org.cometd.server with parameters of type BayeuxServer.BayeuxServerListener Modifier and Type Method Description void
BayeuxServerImpl. addListener(BayeuxServer.BayeuxServerListener listener)
void
BayeuxServerImpl. removeListener(BayeuxServer.BayeuxServerListener listener)
-