Uses of Interface
org.goplanit.utils.graph.modifier.event.DirectedGraphModificationEvent
-
Packages that use DirectedGraphModificationEvent Package Description org.goplanit.graph.modifier.event.handler org.goplanit.utils.graph.modifier.event org.goplanit.zoning.modifier.event.handler -
-
Uses of DirectedGraphModificationEvent in org.goplanit.graph.modifier.event.handler
Methods in org.goplanit.graph.modifier.event.handler with parameters of type DirectedGraphModificationEvent Modifier and Type Method Description voidSyncXmlIdToIdBreakEdgeSegmentHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event) -
Uses of DirectedGraphModificationEvent in org.goplanit.utils.graph.modifier.event
Methods in org.goplanit.utils.graph.modifier.event with parameters of type DirectedGraphModificationEvent Modifier and Type Method Description voidDirectedGraphModifierListener. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)Notify method for directed graph modification events -
Uses of DirectedGraphModificationEvent in org.goplanit.zoning.modifier.event.handler
Methods in org.goplanit.zoning.modifier.event.handler with parameters of type DirectedGraphModificationEvent Modifier and Type Method Description voidUpdateConnectoidsOnVertexRemovalHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)Notify method for directed graph modification eventsvoidUpdateDirectedConnectoidsOnBreakLinkSegmentHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)Notify method for directed graph modification events
-