cat.sensor.event
Class SensorEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycat.sensor.event.SensorEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NewSensorEvent, RemovedSensorEvent, SensorDataEvent, SensorStatusEvent

public abstract class SensorEvent
extends java.util.EventObject

Sensor event is the head of the heirarchy of the objects which are used to pass sensor data in CAT. Sensors generate SensorEvents that are listened to by various components.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SensorEvent(java.lang.String id)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SensorEvent

public SensorEvent(java.lang.String id)