An helper class to fire events with a fluent syntax
Create a new event associated with he given handler
Example:
EventsBuilder .bind(config.eventHandler) .toArgs(param1, param2) .fireIf(condition);
The event handler to call
Generated using TypeDoc
An helper class to fire events with a fluent syntax