handleEvent abstract method

void handleEvent(
  1. RefenaEvent event
)

Called when an event occurs. Override this method to handle the event.

Implementation

void handleEvent(RefenaEvent event);