Package | Description |
---|---|
org.cometd.bayeux.server |
Modifier and Type | Interface and Description |
---|---|
static interface |
ConfigurableServerChannel.ServerChannelListener.Weak
Tag interface that marks
ConfigurableServerChannel.ServerChannelListener s as "weak". |
static interface |
ServerChannel.MessageListener
Listeners objects that implement this interface will be notified of message publish.
|
static interface |
ServerChannel.SubscriptionListener
Listener objects that implement this interface will be notified of subscription events.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurableServerChannel.ServerChannelListener> |
ConfigurableServerChannel.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableServerChannel.addListener(ConfigurableServerChannel.ServerChannelListener listener) |
void |
ConfigurableServerChannel.removeListener(ConfigurableServerChannel.ServerChannelListener listener) |
Copyright © 2008–2016 The CometD Project. All rights reserved.