|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A MidiCondition is a predicate over a MidiMessage
and its timestamp. It is generally used in
ConditionalMidiFilters.
| Method Summary | |
|---|---|
java.lang.String |
getPrettyString()
Returns a pretty, printable representation of this condition. |
boolean |
isSatisfiedBy(javax.sound.midi.MidiMessage msg,
long time)
Whether the condition is satisfied by the given MidiMessage
and timestamp. |
| Method Detail |
|---|
boolean isSatisfiedBy(javax.sound.midi.MidiMessage msg,
long time)
MidiMessage
and timestamp.
msg - the message being checkedtime - the timestamp of the message
true if satisfied, false otherwise.java.lang.String getPrettyString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||