Package org.emrick.project.actions
Interface UndoableAction
- All Known Implementing Classes:
CreateEffectAction,CreateEffectsAction,RemoveEffectAction,RemoveEffectsAction,ReplaceEffectAction,ReplaceEffectsAction,UpdateConfigAction,UpdateConfigsAction
public interface UndoableAction
-
Method Summary
-
Method Details
-
execute
void execute() -
undo
void undo() -
redo
void redo()
-