class EventManager

Manages the registration and dispatching of events.

Methods

static void
boot()

Boots event service upon application start.

static EventDispatcher
dispatcher()

Get the dispatcher (after boot)

Details

at line 21
static void boot()

Boots event service upon application start.

Return Value

void

at line 46
static EventDispatcher dispatcher()

Get the dispatcher (after boot)

Return Value

EventDispatcher