| Interface | osid.installation.InstallationPackageReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The package receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newInstallationPackages | ||
| Description |
The callback for notifications of new packages. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | installationPackageIds | the Ids of the new InstallationPackages | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedInstallationPackages | ||
| Description |
The callback for notification of updated packages. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | installationPackageIds | the Ids of the changed InstallationPackages | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedInstallationPackages | ||
| Description |
The callback for notification of deleted packages. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | installationPackageIds | the Ids of the deleted InstallationPackages | |
| Compliance | mandatory | This method must be implemented. | |