| Interface | osid.installation.PackageReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The package receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newPackages | ||
| Description | 
                     The callback for notifications of new packages.  | ||
| Parameters | osid.id.IdList | packageIds | the  Ids  of the new  Packages   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPackages | ||
| Description | 
                     The callback for notification of updated packages.  | ||
| Parameters | osid.id.IdList | packageIds | the  Ids  of the updated  Packages   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPackages | ||
| Description | 
                     The callback for notification of deleted packages.  | ||
| Parameters | osid.id.IdList | packageIds | the  Ids  of the deleted  Packages   | 
| Compliance | mandatory | This method must be implemented. | |