OSID Logo
OSID Specifications
journaling package
Version 3.1.0
Interfaceosid.journaling.BranchReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewBranches
Description

The callback for notifications of new branches.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbranchIds the Ids of the new Branches
Compliancemandatory This method must be implemented.
MethodchangedBranches
Description

The callback for notification of updated branches.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbranchIds the Ids of the updated Branches
Compliancemandatory This method must be implemented.
MethoddeletedBranches
Description

the callback for notification of deleted branches.

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