be.lassi.control.midi
Class MidiShowControlMessage
java.lang.Object
be.lassi.control.midi.MidiShowControlMessage
public class MidiShowControlMessage
- extends java.lang.Object
Field Summary |
static int |
GO
|
static int |
RESUME
|
static int |
STOP
|
Constructor Summary |
MidiShowControlMessage(int deviceId,
int command,
java.lang.String cueNumber,
java.lang.String cueList,
java.lang.String cuePath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GO
public static final int GO
- See Also:
- Constant Field Values
RESUME
public static final int RESUME
- See Also:
- Constant Field Values
STOP
public static final int STOP
- See Also:
- Constant Field Values
MidiShowControlMessage
public MidiShowControlMessage(int deviceId,
int command,
java.lang.String cueNumber,
java.lang.String cueList,
java.lang.String cuePath)
getCommand
public int getCommand()
getCueList
public java.lang.String getCueList()
getCueNumber
public java.lang.String getCueNumber()
getCuePath
public java.lang.String getCuePath()
getDeviceId
public int getDeviceId()