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 void
SyncXmlIdToIdHandler. 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 class
ModifiedRoutedServicesIdsEvent
Event fired when routed services ids of a routed services layer have been changed (potentially)class
ModifiedRoutedServicesLayerEventImpl
Base wrapper for all events fired with only routed service layer as a sourceclass
ModifiedRoutedTripIdsEvent
Event 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 void
SyncDeparturesXmlIdToIdHandler. onRoutedServicesModifierEvent(RoutedServicesModificationEvent event)
Notify method for zoning modification eventsvoid
SyncRoutedServicesXmlIdToIdHandler. onRoutedServicesModifierEvent(RoutedServicesModificationEvent event)
Notify method for zoning modification eventsvoid
SyncRoutedTripsXmlIdToIdHandler. 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 void
RoutedServicesModifierListener. 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 class
ModifiedTripScheduleDepartureIdsEvent
Event fired when routed trip schedule departures' ids of a routed services layer have been changed (potentially)
-