com.frinika.sequencer.model
Interface EditHistoryAction

All Known Implementing Classes:
EditHistoryRecordableAction, GluePartEditAction, MovePartEditAction, ResizePartAction, SplitPartAction

public interface EditHistoryAction

Generic interface for undo / redo. A EditHistoryAction is an undoable/redoable action. You must implement the neccesary state management and undo/redo mechanisms yourself.

Author:
Peter Johan Salomonsen

Method Summary
 void redo()
           
 void undo()
           
 

Method Detail

undo

void undo()

redo

void redo()