org.glite.ce.monitorapij.sensor
Interface SensorListener


public interface SensorListener

Basic interface for a client interested in being notified about the events of a particular Sensor.

Author:
Luigi Zangrando (zangrando@pd.infn.it)

Method Summary
 void doOnSensorEvent(SensorEvent sEvt)
           
 

Method Detail

doOnSensorEvent

public void doOnSensorEvent(SensorEvent sEvt)