EventListener

interface EventListener

Abstract class used as part of the event registration process. Components may create anonymous classes using this interface.

Inheritors

Functions

Link copied to clipboard
abstract fun processEvent(event: Event)
Process a given event to some purpose.