Package | Description |
---|---|
net.jodah.lyra.config | |
net.jodah.lyra.event |
Modifier and Type | Method and Description |
---|---|
Collection<ChannelListener> |
Config.getChannelListeners() |
Collection<ChannelListener> |
ChannelConfig.getChannelListeners()
Returns the channel's listeners else empty list if none were configured.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.withChannelListeners(ChannelListener... channelListeners) |
ChannelConfig |
ChannelConfig.withChannelListeners(ChannelListener... channelListeners)
Sets the
channelListeners to call on channel related events. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelListener
No-op channel listener for sub-classing.
|
Copyright © 2016. All rights reserved.