com.supermap.mapping

Interface UndoStateChangeListener



  • public interface UndoStateChangeListener
    Undo listener class.
    • Method Detail

      • undoStateChange

        void undoStateChange(boolean canUndo,
                             boolean canRedo)
        Called when the undo status changes.
        Parameters:
        canUndo - True means it can Undo, otherwise not.
        canRedo - True means it can Redo, otherwise not.