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 voidSyncXmlIdToIdHandler. 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 classBreakEdgeSegmentEventWrapper around break edge segment eventclassRecreatedDirectedGraphEntitiesManagedIdsEventEvent fired upon recreation of managed ids for directed graph entitiesclassRemoveSubGraphEdgeSegmentEventEvent 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 voidSyncXmlIdToIdBreakEdgeSegmentHandler. onDirectedGraphModificationEvent(DirectedGraphModificationEvent event)voidSyncXmlIdToIdDirectedGraphEntitiesHandler. 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 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
-