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


public interface IEventNotifier

The event notifier interface

Author:
Guillaume Doux

Method Summary
 void addListener(IEventListener listener)
          Add a listener to this notifier
 java.util.List<EventType> getEventTypes()
          Gives the list of event type used in the notifier
 void removeListener(IEventListener listener)
          Remove the listener of the notifier
 

Method Detail

getEventTypes

java.util.List<EventType> getEventTypes()
Gives the list of event type used in the notifier

Returns:
the list of event type

addListener

void addListener(IEventListener listener)
Add a listener to this notifier

Parameters:
listener -

removeListener

void removeListener(IEventListener listener)
Remove the listener of the notifier

Parameters:
listener -