public interface EventDataListener
| Modifier and Type | Method and Description |
|---|---|
void |
monitoringPostStart()
Gets triggered just after the experiment monitoring is started
|
void |
monitoringPostStop()
Gets triggered just after the experiment monitoring is stopped
|
void |
monitoringPreStart()
Gets triggered just before the experiment monitoring is started
|
void |
monitoringPreStop()
Gets triggered just before the experiment monitoring is stopped
|
void |
notify(EventDataRepository eventDataRepo,
EventData eventData)
Gets triggered when a new message is received relevant for the experiment subscribed to
|
void |
onCompletion(EventData completionNotification)
Gets triggered when the experiment completes
|
void |
onFail(EventData failNotification)
Gets triggered when experiment fails
|
void |
setExperimentMonitor(Monitor monitor)
Set the Monitor object
|
void notify(EventDataRepository eventDataRepo, EventData eventData)
eventDataRepo - - Contains a collection of events up to this point in monitoringeventData - - the new message related to the experimentvoid setExperimentMonitor(Monitor monitor)
monitor - void monitoringPreStart()
void monitoringPostStart()
void monitoringPreStop()
void monitoringPostStop()
void onFail(EventData failNotification)
void onCompletion(EventData completionNotification)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.