Interface DFUndoableEdit


  • public interface DFUndoableEdit
    Undoable edit of DFUndoManager.
    Since:
    20.12.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void redo​(com.im.commons.progress.DFEnvironmentRO env)
      Re-do this edit.
      void undo​(com.im.commons.progress.DFEnvironmentRO env)
      Undo this edit.