callEvent

open fun <T : Event?> callEvent(event: T)(source)

Call an event for all the listeners listening for it.

Parameters

event

The event to call.