EventHandler

typealias EventHandler<T> = (T) -> Unit(source)

Specifies signature for the event handler

Report a problem