Package-level declarations
Types
Functions
Link copied to clipboard
Creates a new event listener builder for events of the given event type T.
Link copied to clipboard
inline fun <E : Event, H> EventFilter.Companion.create(handlerGetter: Function<E, H>?): EventFilter<E, H>
Creates a new event filter for the given event type E and handler type H on the event, using the given handlerGetter, if given, to get the handler object from the event.