public interface ChannelRegistrationEvent extends Event
Modifier and Type | Interface and Description |
---|---|
static interface |
ChannelRegistrationEvent.Register
Fired when a channel is registered.
|
static interface |
ChannelRegistrationEvent.Unregister
Fired when a channel is unregistered.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Gets the name of the channel being registered or unregistered.
|
getCause, getContext, getSource
String getChannel()