|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventDataListener
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||