|
||||||||||
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<F> sky.monome.event.frame.FrameEvent<F>
F
- Type of dynamic frame that triggers frame events.public class FrameEvent<F extends DynamicFrame<F>>
Frame event's information object.
Frame events are triggered by DynamicFrame
objects.
Field Summary |
---|
Fields inherited from class sky.monome.event.GenericEvent |
---|
when |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
FrameEvent(long when,
F source)
Constructs a frame event with the specified time and source. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public FrameEvent(long when, F source)
when
- Time of this event, in milliseconds since the time zero in the Unix world.source
- Source of this event. DynamicFrame
objects are sources for frame events.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |