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

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

MethodnewObstacles
Description

The callback for notifications of new obstacles.

Parametersosid.id.IdListobstacleIdsthe Ids of the new Obstacles
CompliancemandatoryThis method must be implemented.
MethodchangedObstacles
Description

The callback for notification of updated obstacles.

Parametersosid.id.IdListobstacleIdsthe Ids of the updated Obstacles
CompliancemandatoryThis method must be implemented.
MethoddeletedObstacles
Description

The callback for notification of deleted obstacles.

Parametersosid.id.IdListobstacleIdsthe Ids of the deleted Obstacles
CompliancemandatoryThis method must be implemented.