EventHandler

open class EventHandler<E> : Function<ReturnType> , Equivalence<T>

Inheritors

Constructors

Link copied to clipboard
constructor(id: Int, mode: EventHandlerRebindMode, dispatchInfo: EventDispatchInfo, @Nullable params: Array<Any>)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val UnboundEventHandler: String = "UnboundEventHandler"

Functions

Link copied to clipboard
open fun call(arguments: Array<Any>): Void
Link copied to clipboard
open fun dispatchEvent(event: E): Any
Link copied to clipboard
Link copied to clipboard
open fun toString(): String