cat.sensor.core
Interface SensorListener

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
AndSensor, CallableSensor, ContextApp, HistoryManager, SensorMonitor

public interface SensorListener
extends java.lang.Runnable

Interface of how a Sensor Listener should look.


Method Summary
 void update(java.lang.Object arg)
          This method is for updating a listener of new sensor data.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

update

public void update(java.lang.Object arg)
This method is for updating a listener of new sensor data.

Parameters:
arg - The sensor data.