| Package | Description |
|---|---|
| org.cometd.bayeux.client |
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ClientSessionChannel.MessageListener |
A listener for messages on a
ClientSessionChannel. |
| Modifier and Type | Method | Description |
|---|---|---|
List<ClientSessionChannel.ClientSessionChannelListener> |
ClientSessionChannel.getListeners() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientSessionChannel.addListener(ClientSessionChannel.ClientSessionChannelListener listener) |
Adds a listener to this channel.
|
void |
ClientSessionChannel.removeListener(ClientSessionChannel.ClientSessionChannelListener listener) |
Removes the given
listener from this channel. |
Copyright © 2008–2017 The CometD Project. All rights reserved.