All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.weatherstation.event.MonitoringStateListener
- public interface MonitoringStateListener
- extends EventListener
The listener interface for receiving monitoringState events.
-
monitoringAborted(MonitoringStateEvent)
- This method is invoked when the monitoring is aborted as result
an error during taking a probe.
-
monitoringStarted(MonitoringStateEvent)
- This method is invoked when the monitoring is started.
-
monitoringStopped(MonitoringStateEvent)
- This method is invoked when the monitoring is stoped.
monitoringAborted
public abstract void monitoringAborted(MonitoringStateEvent ev)
- This method is invoked when the monitoring is aborted as result
an error during taking a probe.
- Parameters:
- ev - com.ibm.weatherstation.event.MonitoringStateEvent
monitoringStarted
public abstract void monitoringStarted(MonitoringStateEvent ev)
- This method is invoked when the monitoring is started.
- Parameters:
- ev - com.ibm.weatherstation.event.MonitoringStateEvent
monitoringStopped
public abstract void monitoringStopped(MonitoringStateEvent ev)
- This method is invoked when the monitoring is stoped.
- Parameters:
- ev - com.ibm.weatherstation.event.MonitoringStateEvent
All Packages Class Hierarchy This Package Previous Next Index