listeners

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

Returns an array listing the listeners for the specified event.

Return

An array listing the listeners for the specified event.

Parameters

eventName

The name of the event.