Abstract
Readonly
Abstract
nameThe name of the event.
If the event should be fired only once.
Bind the event to the client, when the something
event from AdvancedClient will be fire, this event will be also fired.
The client to bind the event from.
Abstract
runThe run function, executed when the event is fired.
Rest
...args: EventArguments<Event>Unbinds the event to the client.
The client to unbind the event from.
Generated using TypeDoc
See
https://ayfri.gitbook.io/advanced-command-handler/concepts/events