Class EdgeCreationListener
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
EdgeCreationListener
public EdgeCreationListener(com.mxgraph.view.mxGraph mxGraph)
-
-
Method Details
-
invoke
- Specified by:
invokein interfacecom.mxgraph.util.mxEventSource.mxIEventListener
-