OSID Logo
OSID Specifications
installation package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListinstallationIds the Ids of the new Installations
Compliancemandatory This method must be implemented.
MethoddeletedInstallations
Description

The callback for notification of deleted installations.

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