|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.linuxsampler.lscp.event.MidiInstrumentCountEvent
public class MidiInstrumentCountEvent
A semantic event which indicates that the number of MIDI instruments in a MIDI instrument map has changed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
MidiInstrumentCountEvent(java.lang.Object source,
int mapId,
int count)
Constructs a MidiInstrumentCountEvent object. |
Method Summary | |
---|---|
int |
getInstrumentCount()
Gets the new number of MIDI instruments in the MIDI instrument map. |
int |
getMapId()
Gets the numerical ID of the MIDI instrument map, in which the number of MIDI instruments has changed. |
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 MidiInstrumentCountEvent(java.lang.Object source, int mapId, int count)
MidiInstrumentCountEvent
object.
source
- The object that originated the event.mapId
- The numerical ID of the MIDI instrument map.count
- The new number of MIDI instruments.Method Detail |
---|
public int getMapId()
public int getInstrumentCount()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |