Module omix.api

Interface UndoableAction


public interface UndoableAction
Represents an undoable command.
Since:
Omix 1.9.0
Author:
Dr. Peter Droste, Omix Visualization
  • Method Summary

    Modifier and Type Method Description
    String description()  
    void redo()  
    void undo()