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 void
SyncXmlIdToIdBreakEdgeSegmentHandler. 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 void
DirectedGraphModifierListener. 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 void
UpdateConnectoidsOnVertexRemovalHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)
Notify method for directed graph modification eventsvoid
UpdateDirectedConnectoidsOnBreakLinkSegmentHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)
Notify method for directed graph modification events
-