All possible events for a handler to listen to. You can register a listener method for any of these events by using the RegisterCommandHandler or RegisterEventHandler decorators or by using the {@link Handler.registerHandler} method
This will fire right after the handler is executed
This will fire right before the handler is executed
This will fire when the handler is executed
Generated using TypeDoc
All possible events for a handler to listen to. You can register a listener method for any of these events by using the RegisterCommandHandler or RegisterEventHandler decorators or by using the {@link Handler.registerHandler} method