Class EdgeReconnectController

  • All Implemented Interfaces:
    com.mxgraph.util.mxEventSource.mxIEventListener

    public class EdgeReconnectController
    extends java.lang.Object
    implements com.mxgraph.util.mxEventSource.mxIEventListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void invoke​(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)  
      protected void reconnectVirtualActivationEdge​(com.mxgraph.util.mxEventObject evt)
      Handles reconnection of virtual activation edges (complex operation).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • modelcontainer

        protected ModelContainer modelcontainer
        The model container.
    • Constructor Detail

      • EdgeReconnectController

        public EdgeReconnectController​(ModelContainer container)
        Creates a new edge reconnect controller.
    • Method Detail

      • invoke

        public void invoke​(java.lang.Object sender,
                           com.mxgraph.util.mxEventObject evt)
        Specified by:
        invoke in interface com.mxgraph.util.mxEventSource.mxIEventListener
      • reconnectVirtualActivationEdge

        protected void reconnectVirtualActivationEdge​(com.mxgraph.util.mxEventObject evt)
        Handles reconnection of virtual activation edges (complex operation).
        Parameters:
        evt - The event that triggered the reconnect.