Uses of Interface
org.goplanit.utils.service.routed.modifier.RoutedServicesModificationEvent
-
-
Uses of RoutedServicesModificationEvent in org.goplanit.event.handler
Methods in org.goplanit.event.handler with parameters of type RoutedServicesModificationEvent Modifier and Type Method Description voidSyncXmlIdToIdHandler. onRoutedServicesModifierEvent(RoutedServicesModificationEvent event)Notify method for zoning modification events -
Uses of RoutedServicesModificationEvent in org.goplanit.service.routed.modifier.event
Classes in org.goplanit.service.routed.modifier.event that implement RoutedServicesModificationEvent Modifier and Type Class Description classModifiedRoutedServicesIdsEventEvent fired when routed services ids of a routed services layer have been changed (potentially)classModifiedRoutedServicesLayerEventImplBase wrapper for all events fired with only routed service layer as a sourceclassModifiedRoutedTripIdsEventEvent fired when routed trip ids of a routed services layer have been changed (potentially) -
Uses of RoutedServicesModificationEvent in org.goplanit.service.routed.modifier.event.handler
Methods in org.goplanit.service.routed.modifier.event.handler with parameters of type RoutedServicesModificationEvent Modifier and Type Method Description voidSyncDeparturesXmlIdToIdHandler. onRoutedServicesModifierEvent(RoutedServicesModificationEvent event)Notify method for zoning modification eventsvoidSyncRoutedServicesXmlIdToIdHandler. onRoutedServicesModifierEvent(RoutedServicesModificationEvent event)Notify method for zoning modification eventsvoidSyncRoutedTripsXmlIdToIdHandler. onRoutedServicesModifierEvent(RoutedServicesModificationEvent event)Notify method for zoning modification events -
Uses of RoutedServicesModificationEvent in org.goplanit.utils.service.routed.modifier
Methods in org.goplanit.utils.service.routed.modifier with parameters of type RoutedServicesModificationEvent Modifier and Type Method Description voidRoutedServicesModifierListener. onRoutedServicesModifierEvent(RoutedServicesModificationEvent event)Notify method for zoning modification events -
Uses of RoutedServicesModificationEvent in org.goplanit.zoning.modifier.event
Classes in org.goplanit.zoning.modifier.event that implement RoutedServicesModificationEvent Modifier and Type Class Description classModifiedTripScheduleDepartureIdsEventEvent fired when routed trip schedule departures' ids of a routed services layer have been changed (potentially)
-