| Interface | Description |
|---|---|
| CancelHandle |
A parameter passed to hooks to cancel the hooked event
|
| CommandExecutedHook<A extends CommandActor> |
A hook that gets called when a command is executed
|
| CommandRegisteredHook<A extends CommandActor> |
A hook that gets called when a command is registered
|
| CommandUnregisteredHook<A extends CommandActor> |
A hook that gets called when a command is unregistered
|
| Hook |
Represents a hook.
|
| Class | Description |
|---|---|
| Hooks<A extends CommandActor> |
An immutable registry of
Hooks, which are listeners that
allow to execute code at certain points of the command flow. |
| Hooks.Builder<A extends CommandActor> |
A builder for
Hooks |