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

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

MethodnewSpeedZoneEnablers
Description

The callback for notifications of new speed zone enablers.

Parametersosid.id.IdListspeedZoneEnablerIdsthe Ids of the new SpeedZoneEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedSpeedZoneEnablers
Description

The callback for notification of updated speed zone enablers.

Parametersosid.id.IdListspeedZoneEnablerIdsthe Ids of the updated SpeedZoneEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedSpeedZoneEnablers
Description

The callback for notification of deleted speed zone enablers.

Parametersosid.id.IdListspeedZoneEnablerIdsthe Ids of the deleted SpeedZoneEnablers
CompliancemandatoryThis method must be implemented.