OSID Logo
OSID Specifications
installation package
Version 3.0.0
Interfaceosid.installation.PackageReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPackages
Description

The callback for notifications of new packages.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpackageIdsthe Ids of the new Packages
CompliancemandatoryThis method must be implemented.
MethodchangedPackages
Description

The callback for notification of updated packages.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpackageIdsthe Ids of the changed Packages
CompliancemandatoryThis method must be implemented.
MethoddeletedPackages
Description

The callback for notification of deleted packages.

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