Interface | osid.mapping.path.ObstacleReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The obstacle receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted obstacle. | ||
Method | newObstacles | ||
Description |
The callback for notifications of new obstacles. | ||
Parameters | osid.id.IdList | obstacleIds | the Ids of the new Obstacles |
Compliance | mandatory | This method must be implemented. | |
Method | changedObstacles | ||
Description |
The callback for notification of updated obstacles. | ||
Parameters | osid.id.IdList | obstacleIds | the Ids of the updated Obstacles |
Compliance | mandatory | This method must be implemented. | |
Method | deletedObstacles | ||
Description |
The callback for notification of deleted obstacles. | ||
Parameters | osid.id.IdList | obstacleIds | the Ids of the deleted Obstacles |
Compliance | mandatory | This method must be implemented. |