post

abstract fun <E : Event> post(event: E): E

Publishes an event to all listeners.

Return

the same event instance for convenience.