SyntheticEventListener

open class SyntheticEventListener<T : SyntheticEvent<*>>(val event: String, val listener: (T) -> Unit) : EventListener, NamedEventListener(source)

Inheritors

Constructors

Link copied to clipboard
constructor(event: String, listener: (T) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val listener: (T) -> Unit
Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
open override fun handleEvent(event: Event)