Event Bus methods
Name | Description |
---|---|
api.detach() | Allows removing/detaching event 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 |