OSID Logo
OSID Specifications
subscription package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListdispatchIds the Ids of the new Dispatches
Compliancemandatory This method must be implemented.
MethodchangedDispatches
Description

The callback for notification of updated dispatches.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdispatchIds the Ids of the new Dispatches
Compliancemandatory This method must be implemented.
MethoddeletedDispatches
Description

the callback for notification of deleted dispatches.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdispatchIds the Ids of the new Dispatches
Compliancemandatory This method must be implemented.