OSID Logo
OSID Specifications
recipe package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListdirectionIds the Ids of the new Directions
Compliancemandatory This method must be implemented.
MethodchangedDirections
Description

The callback for notification of updated directions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdirectionIds the Ids of the updated Directions
Compliancemandatory This method must be implemented.
MethoddeletedDirections
Description

The callback for notification of deleted directions.

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