org.eclipse.modisco.infra.discovery.benchmark.api
Interface IEventManager


public interface IEventManager

IEvent manager interface, used to manage the listener and teh events

Author:
Guillaume Doux

Method Summary
 void addListener(IEventListener listener)
          Add the listener in parameter to the EventManager
 void notifyEvent(Event event)
          Notify an event to the listeners
 void removeListener(IEventListener listener)
          Remove the listener in parameter from the EventManager
 

Method Detail

addListener

void addListener(IEventListener listener)
Add the listener in parameter to the EventManager

Parameters:
listener -

removeListener

void removeListener(IEventListener listener)
Remove the listener in parameter from the EventManager

Parameters:
listener -

notifyEvent

void notifyEvent(Event event)
Notify an event to the listeners

Parameters:
event -