public abstract class EventDataListenerAdapter extends Object implements EventDataListener
| Constructor and Description |
|---|
EventDataListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected Monitor |
getMonitor() |
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 |
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifypublic void setExperimentMonitor(Monitor monitor)
EventDataListenersetExperimentMonitor in interface EventDataListenerpublic void monitoringPreStart()
EventDataListenermonitoringPreStart in interface EventDataListenerpublic void monitoringPostStart()
EventDataListenermonitoringPostStart in interface EventDataListenerpublic void monitoringPreStop()
EventDataListenermonitoringPreStop in interface EventDataListenerpublic void monitoringPostStop()
EventDataListenermonitoringPostStop in interface EventDataListenerprotected Monitor getMonitor()
public void onFail(EventData failNotification)
EventDataListeneronFail in interface EventDataListenerpublic void onCompletion(EventData completionNotification)
EventDataListeneronCompletion in interface EventDataListenerCopyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.