Class EdgeTerminalModificationListener

java.lang.Object
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.EdgeTerminalModificationListener
All Implemented Interfaces:
com.mxgraph.util.mxEventSource.mxIEventListener

public class EdgeTerminalModificationListener extends Object implements com.mxgraph.util.mxEventSource.mxIEventListener
Listens for changes in endpoints of existing edges. Listener for new edge creation is implemented in EdgeCreationListener. Is registered listening for mxEvent.CONNECT_CELL events CustomGraph.
  • Constructor Details

    • EdgeTerminalModificationListener

      public EdgeTerminalModificationListener()
  • Method Details

    • invoke

      public void invoke(Object sender, com.mxgraph.util.mxEventObject mxEventObject)
      Specified by:
      invoke in interface com.mxgraph.util.mxEventSource.mxIEventListener