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


public interface IEventListener

Interface of the EventListener that have to be implemented by the EventAndMemoryRecorder

Author:
Guillaume Doux

Method Summary
 void notifyEvent(Event event)
          method to call to notify an Event to the listener
 

Method Detail

notifyEvent

void notifyEvent(Event event)
method to call to notify an Event to the listener

Parameters:
event -