primaryKeyID
public static int primaryKeyID
EditManagerListener
public 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, wait
noteInserted
in interface EditManagerListener
notePasted
in interface EditManagerListener
scoreCommandExecuted
in interface EditManagerListener
measureAdded
in interface EditManagerListener
scoreCommandUndo
in interface EditManagerListener
scoreCommandRedo
in interface EditManagerListener