|
||||||||||
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.NewSensorEvent
New Sensor Event is generated when a new sensor is added into CAT. It only contains the Sensor ID. More information regarding the sensor can be gotten from the SensorManager.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
NewSensorEvent(java.lang.String id)
This constructor sets the id of the new 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 NewSensorEvent(java.lang.String id)
id
- The unique id of the new sensor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |