Package | Description |
---|---|
org.cometd.bayeux.server |
Modifier and Type | Interface | 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 | Description |
---|---|---|
List<ConfigurableServerChannel.ServerChannelListener> |
ConfigurableServerChannel.getListeners() |
Modifier and Type | Method | Description |
---|---|---|
void |
ConfigurableServerChannel.addListener(ConfigurableServerChannel.ServerChannelListener listener) |
|
void |
ConfigurableServerChannel.removeListener(ConfigurableServerChannel.ServerChannelListener listener) |
Copyright © 2008–2017 The CometD Project. All rights reserved.