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

public class EdgeCreationListener extends Object implements com.mxgraph.util.mxEventSource.mxIEventListener
Is notified on creation of NEW edges. Listener for changing endpoints of existing edges is implemented in EdgeTerminalModificationListener. Is registered listening for mxEvent.CONNECT events on mxConnectionHandler in CustomGraphComponent.
  • Constructor Details

    • EdgeCreationListener

      public EdgeCreationListener(com.mxgraph.view.mxGraph mxGraph)
  • Method Details

    • invoke

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