EventListener

interface EventListener<E : Event?>

Used to represent event listeners when Kotlin lambdas can not be used to conveniently subscribe to events (e.g. when used from Java).

Functions

onEvent
Link copied to clipboard
abstract fun onEvent(event: E)