OSID Logo
OSID Specifications
mapping path package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.IntersectionReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewIntersections
Description

The callback for notifications of new intersections.

Parametersosid.id.IdListintersectionIdsthe Ids of the new Intersections
CompliancemandatoryThis method must be implemented.
MethodchangedIntersections
Description

The callback for notification of updated intersections.

Parametersosid.id.IdListintersectionIdsthe Ids of the updated Intersections
CompliancemandatoryThis method must be implemented.
MethoddeletedIntersections
Description

The callback for notification of deleted intersections.

Parametersosid.id.IdListintersectionIdsthe Ids of the deleted Intersections
CompliancemandatoryThis method must be implemented.