primaryKeyID
public static int primaryKeyID
EditManagerListenerpublic class ScoreEditManagerListenerTest extends java.lang.Object implements EditManagerListener
| Modifier and Type | Field | Description |
|---|---|---|
static int |
primaryKeyID |
| Constructor | Description |
|---|---|
ScoreEditManagerListenerTest() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addNote(Score score,
double dur,
int pitch,
double amp,
double hold) |
|
static void |
main(java.lang.String[] args) |
|
void |
measureAdded(Score score,
Measure measure) |
|
void |
noteInserted(Score score,
Note note) |
EditManagerListener interface
|
void |
notePasted(Score score,
Note originalNote,
Note clonedNote) |
EditManagerListener interface
|
void |
scoreCommandExecuted(Score score,
ScoreCommand scoreCommand) |
EditManagerListener interface
|
void |
scoreCommandRedo(Score score,
ScoreCommand scoreCommand) |
|
void |
scoreCommandUndo(Score score,
ScoreCommand scoreCommand) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnoteInserted in interface EditManagerListenernotePasted in interface EditManagerListenerscoreCommandExecuted in interface EditManagerListenermeasureAdded in interface EditManagerListenerscoreCommandUndo in interface EditManagerListenerscoreCommandRedo in interface EditManagerListener