public static class Sequencer.Event
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Sequencer.Event.Type
Event type.
|
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Sequencer.Event(Sequencer.Event.Type t,
int n)
Constructor.
|
public final Sequencer.Event.Type type
public final int numCuesStarted
public Sequencer.Event(Sequencer.Event.Type t, int n)