| Interface | osid.installation.InstallationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The installation receiver is the consumer supplied 
                interface for receiving notifications pertaining to new, 
                updated or deleted   | ||
| Method | newInstallations | ||
| Description | 
                     The callback for notifications of new installations.  | ||
| Parameters | osid.id.IdList | installationIds | the  Ids  of the new  Installations   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedInstallations | ||
| Description | 
                     The callback for notification of deleted installations.  | ||
| Parameters | osid.id.IdList | installationIds | the  Ids  of the deleted  Installations   | 
| Compliance | mandatory | This method must be implemented. | |