EventListener.onEvent

Handles the specified event. Again, as this interface is an implementation concept, implementations of this method will likely dispatch the event to a 'real' processor (e.g. method).

@param event the event to handle.

interface EventListener
void
onEvent
(
Object event
)

Meta