OSID Logo
OSID Specifications
mapping route package
Version 3.1.0
Interfaceosid.mapping.route.RouteReceiver
Implementsosid.OsidReceiver
Description

The route receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Route objects.

MethodnewRoutes
Description

The callback for notifications of new routes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdrouteIds the Ids of the new Routes
Compliancemandatory This method must be implemented.
MethodchangedRoutes
Description

The callback for notification of updated routes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdrouteIds the Ids of the updated Routes
Compliancemandatory This method must be implemented.
MethoddeletedRoutes
Description

The callback for notification of deleted routes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdrouteIds the Ids of the deleted Routes
Compliancemandatory This method must be implemented.