Uses of Interface
org.goplanit.utils.graph.modifier.event.DirectedGraphModificationEvent
-
-
Uses of DirectedGraphModificationEvent in org.goplanit.event.handler
Methods in org.goplanit.event.handler with parameters of type DirectedGraphModificationEvent Modifier and Type Method Description void
SyncXmlIdToIdHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)
Notify method for directed graph modification events -
Uses of DirectedGraphModificationEvent in org.goplanit.graph.directed.modifier.event
Classes in org.goplanit.graph.directed.modifier.event that implement DirectedGraphModificationEvent Modifier and Type Class Description class
BreakEdgeSegmentEvent
Wrapper around break edge segment eventclass
RecreatedDirectedGraphEntitiesManagedIdsEvent
Event fired upon recreation of managed ids for directed graph entitiesclass
RemoveSubGraphEdgeSegmentEvent
Event for when an edge segment has been removed from a (sub) graph -
Uses of DirectedGraphModificationEvent in org.goplanit.graph.directed.modifier.event.handler
Methods in org.goplanit.graph.directed.modifier.event.handler with parameters of type DirectedGraphModificationEvent Modifier and Type Method Description void
SyncXmlIdToIdBreakEdgeSegmentHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)
void
SyncXmlIdToIdDirectedGraphEntitiesHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)
Notify method for directed graph modification events -
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
-