de.jaetzold.art
Class SensorEvent
java.lang.Object
|
+--java.util.EventObject
|
+--de.jaetzold.util.EventBase
|
+--de.jaetzold.art.SensorEvent
- All Implemented Interfaces:
- Event, Serializable
- public class SensorEvent
- extends EventBase
- See Also:
- Serialized Form
timestamp
protected long timestamp
eventDescriptor
protected SensorEventDescriptor eventDescriptor
propagationId
protected Object propagationId
SensorEvent
public SensorEvent(Object source,
SensorEventDescriptor descriptor,
long timestamp,
double oldDoubleValue,
double newDoubleValue,
boolean isFloatingPoint,
Object propagationId)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
getIntValue
public int getIntValue()
getValue
public double getValue()
getNewIntValue
public long getNewIntValue()
getNewValue
public double getNewValue()
getOldIntValue
public int getOldIntValue()
getOldValue
public double getOldValue()
isFloatingPoint
public boolean isFloatingPoint()
getTimestamp
public long getTimestamp()
getEventDescriptor
public SensorEventDescriptor getEventDescriptor()
getPropagationId
public Object getPropagationId()
toString
public String toString()
- Overrides:
toString
in class EventObject