EventHandler

interface EventHandler<T : EventArgs?>

Functions

Link copied to clipboard
abstract fun handleEvent(sender: Any, e: T)