| Package | Description |
|---|---|
| me.lucko.helper.messaging |
| Modifier and Type | Method and Description |
|---|---|
Set<ChannelListener<T>> |
ChannelAgent.getListeners()
Gets an immutable copy of the listeners currently held by this agent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChannelAgent.addListener(ChannelListener<T> listener)
Adds a new listener to the channel;
|
boolean |
ChannelAgent.removeListener(ChannelListener<T> listener)
Removes a listener from the channel.
|
Copyright © 2017. All rights reserved.