com.softsynth.jmsl.util
Interface Undoable

All Known Implementing Classes:
BinaryCopyBufferTransformCommand, DeleteCommand, NotePropertiesTransformCommand, ScoreCommand, UnaryCopyBufferTransformCommand

public interface Undoable

Author:
Nick Didkovsky, (c) 2004 All rights reserved, didkovn@mail.rockefeller.edu

Method Summary
 void redo()
           
 void undo()
           
 

Method Detail

undo

void undo()

redo

void redo()