Package | Description |
---|---|
org.cometd.bayeux.server |
Modifier and Type | Interface and Description |
---|---|
static interface |
BayeuxServer.ChannelListener
Specialized listener for
ServerChannel events. |
static interface |
BayeuxServer.SessionListener
Specialized listener for
ServerSession events. |
static interface |
BayeuxServer.SubscriptionListener
Specialized listener for
ServerChannel subscription events. |
Modifier and Type | Method and 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.
|
Copyright © 2008–2017 The CometD Project. All rights reserved.