Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HandlerEvent

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

Index

Enumeration members

Enumeration members

After

After: = "after"

This will fire right after the handler is executed

Before

Before: = "before"

This will fire right before the handler is executed

Execute

Execute: = "execute"

This will fire when the handler is executed

Generated using TypeDoc