cat.sensor.event
Class RemovedSensorEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycat.sensor.event.SensorEvent
          extended bycat.sensor.event.RemovedSensorEvent
All Implemented Interfaces:
java.io.Serializable

public class RemovedSensorEvent
extends SensorEvent

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.

See Also:
Serialized Form

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

RemovedSensorEvent

public RemovedSensorEvent(java.lang.String id)
This constructor sets the id of the removed sensor.

Parameters:
id - The unique id of the removed sensor.