public interface MEventListener
For each MEventSource
subclass it is using, an application has
to create its own subclass of MEventListener
and implement the
onEvent()
method.
void onEvent(MEvent event)
event
- Event that triggers this method.