Interface IUndoRedoListener

    • Method Detail

      • canRedoChanged

        void canRedoChanged​(boolean canRedo)
        Notified when the undo/redo state has changed.
        Parameters:
        canRedo - Whether it is possible to redo or not
      • canUndoChanged

        void canUndoChanged​(boolean canUndo)
        Notified when the undo/redo state has changed.
        Parameters:
        canRedo - Whether it is possible to undo or not
      • commandUndone

        void commandUndone​(IUndoRedoCommand command)
        Notified when an undo has taken place.
        Parameters:
        command - Command that was undone
      • commandRedone

        void commandRedone​(IUndoRedoCommand command)
        Notified when a redo has taken place.
        Parameters:
        command - Command that was redone