Event Bus methods overview
Name | Description |
---|---|
api.detach() | Allows removing/detaching action handlers |
api.exec() | Allows triggering the inner events |
api.intercept() | Allows intercepting and preventing the inner events |
api.on() | Allows attaching a handler to the inner events |
api.setNext() | Allows adding some action into the Event Bus order |