off
Unsubscribes the action for the specified event.
Unsubscribes the action for all events.
open override fun <E : T> off(eventClass: Class<E>, eventListener: EventListener<E>)
Content copied to clipboard
Unsubscribes the eventListener for the specified event.
Unsubscribes the eventListener for all events.