|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectioio.lib.api.Sequencer.Event
public static class Sequencer.Event
A sequencer event. Used for tracking execution progress.
| Nested Class Summary | |
|---|---|
static class |
Sequencer.Event.Type
Event type. |
| Field Summary | |
|---|---|
int |
numCuesStarted
This gives a counter of the number cues started execution until now, which is synchronized with the events. |
Sequencer.Event.Type |
type
The event type. |
| Constructor Summary | |
|---|---|
Sequencer.Event(Sequencer.Event.Type t,
int n)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Sequencer.Event.Type type
public final int numCuesStarted
| Constructor Detail |
|---|
public Sequencer.Event(Sequencer.Event.Type t,
int n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||