OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Interfaceosid.recipe.DirectionReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDirections
Description

The callback for notifications of new directions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdirectionIdsthe Ids of the new Directions
CompliancemandatoryThis method must be implemented.
MethodchangedDirections
Description

The callback for notification of updated directions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdirectionIdsthe Ids of the updated Directions
CompliancemandatoryThis method must be implemented.
MethoddeletedDirections
Description

The callback for notification of deleted directions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdirectionIdsthe Ids of the deleted Directions
CompliancemandatoryThis method must be implemented.