OSID Logo
OSID Specifications
subscription package
Version 3.0.0
Release Candidate Preview
Interfaceosid.subscription.DispatchReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDispatches
Description

The callback for notifications of new dispatches.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchIdsthe Ids of the new Dispatches
CompliancemandatoryThis method must be implemented.
MethodchangedDispatches
Description

The callback for notification of updated dispatches.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchIdsthe Ids of the new Dispatches
CompliancemandatoryThis method must be implemented.
MethoddeletedDispatches
Description

the callback for notification of deleted dispatches.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchIdsthe Ids of the new Dispatches
CompliancemandatoryThis method must be implemented.