|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
cat.sensor.event.SensorEvent
cat.sensor.event.RemovedSensorEvent
This sensor event notifies that a sensor has been removed from CAT. The sensor may still be working, but it is no longer part of CAT.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
RemovedSensorEvent(java.lang.String id)
This constructor sets the id of the removed sensor. |
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 |
public RemovedSensorEvent(java.lang.String id)
id
- The unique id of the removed sensor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |