Maven module :un.api : api-common :
Class : un.api.event.EventListener
Extends/Implements : -
Subclasses : -

Object listening to events must implement this interface.
Events will be catch in the receiveEvent method.
author  Johann Sorel


Variables : -
Functions : receiveEvent




Called by the EventSource when a new event is fired.
param  event event object, never null
void receiveEvent (Event event)