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

    Modifier and Type Method Description
    void redo()  
    void undo()  
  • Method Details

    • undo

      void undo()
    • redo

      void redo()