OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListobstacleEnablerIds the Ids of the new ObstacleEnablers
Compliancemandatory This method must be implemented.
MethodchangedObstacleEnablers
Description

The callback for notification of updated obstacle enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListobstacleEnablerIds the Ids of the updated ObstacleEnablers
Compliancemandatory This method must be implemented.
MethoddeletedObstacleEnablers
Description

The callback for notification of deleted obstacle enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListobstacleEnablerIds the Ids of the deleted ObstacleEnablers
Compliancemandatory This method must be implemented.