Interface InstallationPackageReceiver
- All Superinterfaces:
OsidReceiver
The package receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
InstallationPackages.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedInstallationPackages(Id notificationId, IdList installationPackageIds) The callback for notification of updated packages.voiddeletedInstallationPackages(Id notificationId, IdList installationPackageIds) The callback for notification of deleted packages.voidnewInstallationPackages(Id notificationId, IdList installationPackageIds) The callback for notifications of new packages.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newInstallationPackages
-
changedInstallationPackages
The callback for notification of updated packages.- Parameters:
notificationId- the notification IdinstallationPackageIds- theIdsof the changedInstallationPackages- Compliance:
mandatory- This method must be implemented.
-
deletedInstallationPackages
The callback for notification of deleted packages.- Parameters:
notificationId- the notification IdinstallationPackageIds- theIdsof the deletedInstallationPackages- Compliance:
mandatory- This method must be implemented.
-