Interface UndoRedoHandler.CommandQueueListener

    • Method Detail

      • commandChanged

        void commandChanged​(int queueSize,
                            int redoSize)
        Notifies the listener about the new queue size
        Parameters:
        queueSize - Undo stack size
        redoSize - Redo stack size