OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.InstallationPackageReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewInstallationPackages
Description

The callback for notifications of new packages.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinstallationPackageIds the Ids of the new InstallationPackages
Compliancemandatory This method must be implemented.
MethodchangedInstallationPackages
Description

The callback for notification of updated packages.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinstallationPackageIds the Ids of the changed InstallationPackages
Compliancemandatory This method must be implemented.
MethoddeletedInstallationPackages
Description

The callback for notification of deleted packages.

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