EventHandler

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

Specifies signature for the event handler