| 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;
|
default ConversationChannelAgent<T,R> |
ConversationChannel.newAgent(ConversationChannelListener<T,R> listener)
Creates a new
ConversationChannelAgent for this channel, and
immediately adds the given ConversationChannelListener to it. |
boolean |
ConversationChannelAgent.removeListener(ConversationChannelListener<T,R> listener)
Removes a listener from the channel.
|
Copyright © 2022. All rights reserved.