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

The speed zone receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted speed zones.

MethodnewSpeedZones
Description

The callback for notifications of new speed zones.

Parametersosid.id.IdListspeedZoneIdsthe Ids of the new SpeedZones
CompliancemandatoryThis method must be implemented.
MethodchangedSpeedZones
Description

The callback for notification of updated speed zones.

Parametersosid.id.IdListspeedZoneIdsthe Ids of the updated SpeedZones
CompliancemandatoryThis method must be implemented.
MethoddeletedSpeedZones
Description

The callback for notification of deleted speed zones.

Parametersosid.id.IdListspeedZoneIdsthe Ids of the deleted SpeedZones
CompliancemandatoryThis method must be implemented.