OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.InstallationReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewInstallations
Description

The callback for notifications of new installations.

Parametersosid.id.IdListinstallationIdsthe Ids of the new Installations
CompliancemandatoryThis method must be implemented.
MethoddeletedInstallations
Description

The callback for notification of deleted installations.

Parametersosid.id.IdListinstallationIdsthe Ids of the deleted Installations
CompliancemandatoryThis method must be implemented.