Class SyncXmlIdToIdZoningEntitiesHandler
- java.lang.Object
-
- org.goplanit.event.handler.SyncXmlIdToIdHandler
-
- org.goplanit.zoning.modifier.event.handler.SyncXmlIdToIdZoningEntitiesHandler
-
- All Implemented Interfaces:
EventListener
,DemandsModifierListener
,EventListener
,DirectedGraphModifierListener
,GraphModifierListener
,RoutedServicesModifierListener
,ZoningModifierListener
public class SyncXmlIdToIdZoningEntitiesHandler extends SyncXmlIdToIdHandler implements ZoningModifierListener
Sync the graph entities' XML id in the container to the internal id. Listens to #RecreatedGraphEntitiesManagedIdsEvent
-
-
Constructor Summary
Constructors Constructor Description SyncXmlIdToIdZoningEntitiesHandler()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onZoningModifierEvent(ZoningModificationEvent event)
Notify method for zoning modification events-
Methods inherited from class org.goplanit.event.handler.SyncXmlIdToIdHandler
getKnownSupportedEventTypes, onDemandsModificationEvent, onDirectedGraphModificationEvent, onEvent, onGraphModificationEvent, onRoutedServicesModifierEvent, syncXmlIdToInternalId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.goplanit.utils.event.EventListener
getKnownSupportedEventTypes, hasKnownSupportedEventTypes
-
-
-
-
Method Detail
-
onZoningModifierEvent
public void onZoningModifierEvent(ZoningModificationEvent event)
Notify method for zoning modification events- Specified by:
onZoningModifierEvent
in interfaceZoningModifierListener
- Parameters:
event
- representing the zoning modification event at hand
-
-