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

The resource route receiver is the consumer supplied interface for receiving notifications pertaining to changes of resources along routes.

MethodstartedRoute
Description

The callback for notifications of resources starting on routes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdrouteId the Id of the Route
osid.id.IdresourceId the Id of the Resource
Compliancemandatory This method must be implemented.
MethodcompletedRoute
Description

The callback for notifications of resources completing routes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdrouteId the Id of the Route
osid.id.IdresourceId the Id of the Resource
Compliancemandatory This method must be implemented.
MethodcancelledRoute
Description

The callback for notifications of resources cancelling routes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdrouteId the Id of the Route
osid.id.IdresourceId the Id of the Resource
Compliancemandatory This method must be implemented.
MethodnewRouteSegment
Description

The callback for notifications of resources beginning new route segments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdrouteSegmentId the Id of the RouteSegment
osid.id.IdresourceId the Id of the Resource
Compliancemandatory This method must be implemented.