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