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

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

MethodnewObstacleEnablers
Description

The callback for notifications of new obstacle enablers.

Parametersosid.id.IdListobstacleEnablerIdsthe Ids of the new ObstacleEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedObstacleEnablers
Description

The callback for notification of updated obstacle enablers.

Parametersosid.id.IdListobstacleEnablerIdsthe Ids of the updated ObstacleEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedObstacleEnablers
Description

The callback for notification of deleted obstacle enablers.

Parametersosid.id.IdListobstacleEnablerIdsthe Ids of the deleted ObstacleEnablers
CompliancemandatoryThis method must be implemented.