|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject sky.monome.event.GenericEvent<Analog> sky.monome.event.analog.AnalogEvent
public class AnalogEvent
Analog event's information object.
Analog events are triggered by Analog
objects.
Field Summary | |
---|---|
protected float |
value
Value associated with this analog event. |
Fields inherited from class sky.monome.event.GenericEvent |
---|
when |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AnalogEvent(long when,
Analog source,
float value)
Constructs an analog event with the specified time, source and value. |
Method Summary | |
---|---|
float |
getValue()
Returns the value associated with this analog event. |
Methods inherited from class sky.monome.event.GenericEvent |
---|
getSource2, getWhen |
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 |
Field Detail |
---|
protected final float value
Constructor Detail |
---|
public AnalogEvent(long when, Analog source, float value)
when
- Time of this event, in milliseconds since the time zero in the Unix world.source
- Source of this event. Analog
objects are sources for analog events.value
- Value associated with this analog event.Method Detail |
---|
public float getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |