Interface EventService

All Known Implementing Classes:
AbstractEventServiceImpl, EventServiceImpl

public interface EventService
This is the manager of all the events triggered by other services. Handlers are registered into the Event service. When a service fire an event, it calls the right handler corresponding to the given Event.
Since:
6.0
Author:
Christophe Havard, Baptiste Mesta