Uses of Interface
org.glite.ce.monitorapij.sensor.SensorListener

Packages that use SensorListener
org.glite.ce.monitorapij.sensor   
 

Uses of SensorListener in org.glite.ce.monitorapij.sensor
 

Methods in org.glite.ce.monitorapij.sensor that return SensorListener
 SensorListener[] AbstractSensor.getSensorListeners()
          Get an array of all the SensorListeners added to this AbstractSensor with addSensorListener().
 SensorListener[] Sensor.getSensorListeners()
          Get the all SensorListener s registered to this Sensor.
 

Methods in org.glite.ce.monitorapij.sensor with parameters of type SensorListener
 void AbstractSensor.addSensorListener(SensorListener l)
          Add a SensorListener to the sensor.
 void AbstractSensor.removeSensorListener(SensorListener l)
          Remove a SensorListener from the sensor.
 void Sensor.addSensorListener(SensorListener sIf)
          Add a SensorListener interested to notifications regarding MonitorEvents of this Sensor.
 void Sensor.removeSensorListener(SensorListener sIf)
          Remove a SensorListener from the list of listeners interested to notifications regarding MonitorEvents of this Sensor.