Overview  Package   Class  Tree  Index 

be.lassi.control.midi
Class MidiShowControlMessage

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getCommand()
           
 java.lang.String getCueList()
           
 java.lang.String getCueNumber()
           
 java.lang.String getCuePath()
           
 int getDeviceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MidiShowControlMessage

public MidiShowControlMessage(int deviceId,
                              int command,
                              java.lang.String cueNumber,
                              java.lang.String cueList,
                              java.lang.String cuePath)
Method Detail

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()

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2