Package com.softsynth.jmsl.util
Interface Undoable
- All Known Implementing Classes:
BinaryCopyBufferTransformCommand
,DeleteCommand
,DeleteMeasureCommand
,DeleteStaffCommand
,DurationDefaultShortcutCommand
,InsertMeasureCommand
,InsertStaffCommand
,NotePropertiesTransformCommand
,ScoreCommand
,TempoCommand
,TimeSignatureCommand
,UnaryCopyBufferTransformCommand
public interface Undoable
- Author:
- Nick Didkovsky, (c) 2004 All rights reserved, nick@didkovsky.com
-
Method Summary
-
Method Details
-
undo
void undo() -
redo
void redo()
-