open class ListenerAdapter : JDAListenerAdapter
Extension of the JDAListenerAdapter
for command events.
See Also
JDAListenerAdapterme.schlaubi.regnumutils.common.event.InterfacedEventManager
ListenerAdapter()
Extension of the |
open fun onCommandExecution(event: CommandExecutedEvent!): Unit |
|
open fun onCommandFail(event: CommandFailEvent!): Unit |
|
open fun onCommandPermissionViolation(event: CommandPermissionViolationEvent!): Unit |
|
open fun onEvent(event: Any): Unit |
|
open fun onGenericCommandContextEvent(event: GenericCommandContextEvent!): Unit |
|
open fun onGenericCommandEvent(event: GenericCommandEvent!): Unit |