- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DataValue, HumiditySwitch, RemoteSensorAverage, RemoteSensorMaximum, RemoteSensorShelf, RemoteSensorStatistic, RemoteSensorStub, RemoteShelfAverage, RemoteShelfMaximum, SensorRepository, SensorShelf, SensorStatistic, SensorValue, SystemOutListener
public interface DataListener
extends EventListener
The listener interface for receiving (sensor) data events. The class that is
interested in receiving data events implements this interface, and the
object that is created from that class registers itself to data event
generating sources. Registering and deregistering uses the standard
convention names, addDataListener and
removeDataListener. When a data event occurs the
dataAvailable of all registered DataListeners is invoked.