OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
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.IdListobstacleIds the Ids of the new Obstacles
Compliancemandatory This method must be implemented.
MethodchangedObstacles
Description

The callback for notification of updated obstacles.

Parametersosid.id.IdListobstacleIds the Ids of the updated Obstacles
Compliancemandatory This method must be implemented.
MethoddeletedObstacles
Description

The callback for notification of deleted obstacles.

Parametersosid.id.IdListobstacleIds the Ids of the deleted Obstacles
Compliancemandatory This method must be implemented.