Class AbstractDiagramHandler.NotUndoableEvent

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    AbstractDiagramHandler

    protected static class AbstractDiagramHandler.NotUndoableEvent
    extends Object
    implements Runnable
    Instance of this class sends NotUndoableOperation to given in constructor editor operation manager.
    • Constructor Detail

      • NotUndoableEvent

        public NotUndoableEvent​(ErdOperationManager operationManager)
        Constructor
        Parameters:
        operationManager - - operation manager to execute operations. Can't be null.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable