|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommitListener
Listens to commit operations of MultiEvents to or from their corresponding Track. Note that listeners get added or removed from the MultiEvent's owning part, not the MultiEvent itself.
MultiEvent.commitAdd
,
MultiEvent.commitRemove
,
MidiPart.addCommitListener
,
MidiPart.removeCommitListener
Method Summary | |
---|---|
void |
commitAddPerformed(MultiEvent event)
Notifies the listener that a event.commitAdd() has been performed. |
void |
commitRemovePerformed(MultiEvent event)
Notifies the listener that a event.commitRemove() has been performed. |
Method Detail |
---|
void commitAddPerformed(MultiEvent event)
event
- note that MultiEvent is not a subclass of Java's Event class, here the source-object is directly passed as parameter to the listener-method without being wrapped in an Eventvoid commitRemovePerformed(MultiEvent event)
event
- note that MultiEvent is not a subclass of Java's Event class, here the source-object is directly passed as parameter to the listener-method without being wrapped in an Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |