rawListeners

abstract fun rawListeners(eventName: String): List<EventListener>

Returns a copy of the array of listeners for the event named eventName, including any wrappers (such as those created by .once()).

Return

A copy of the array of listeners for the event named eventName.

Parameters

eventName

The name of the event.