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.


Method Index

 o monitoringAborted(MonitoringStateEvent)
This method is invoked when the monitoring is aborted as result an error during taking a probe.
 o monitoringStarted(MonitoringStateEvent)
This method is invoked when the monitoring is started.
 o monitoringStopped(MonitoringStateEvent)
This method is invoked when the monitoring is stoped.

Methods

 o 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
 o monitoringStarted
 public abstract void monitoringStarted(MonitoringStateEvent ev)
This method is invoked when the monitoring is started.

Parameters:
ev - com.ibm.weatherstation.event.MonitoringStateEvent
 o 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