OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
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.IdListpackageIdsthe Ids of the new Packages
CompliancemandatoryThis method must be implemented.
MethodchangedPackages
Description

The callback for notification of updated packages.

Parametersosid.id.IdListpackageIdsthe Ids of the updated Packages
CompliancemandatoryThis method must be implemented.
MethoddeletedPackages
Description

The callback for notification of deleted packages.

Parametersosid.id.IdListpackageIdsthe Ids of the deleted Packages
CompliancemandatoryThis method must be implemented.