org.glite.ce.monitorapij.sensor
Interface MonitorListener
- All Known Implementing Classes:
- AbstractSensor
- public interface MonitorListener
This interface is implemented by all listeners interested
to notification of a particular MonitorEvent
.
- Author:
- Luigi Zangrando (zangrando@pd.infn.it)
doOnMonitorEvent
public void doOnMonitorEvent(MonitorEvent mEvt)
- This method must contain the actions to do if the specified MonitorEvent occurs.
- Parameters:
mEvt
- The MonitorEvent events the listener is interested in.