public interface InstallationReceiver extends OsidReceiver
The installation receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Installations.
| Modifier and Type | Method and Description |
|---|---|
void |
deletedInstallations(IdList installationIds)
The callback for notification of deleted installations.
|
void |
newInstallations(IdList installationIds)
The callback for notifications of new installations.
|
down, upvoid newInstallations(IdList installationIds)
installationIds - the Ids of the new
Installations mandatory - This method must be implemented. void deletedInstallations(IdList installationIds)
installationIds - the Ids of the deleted
Installations mandatory - This method must be implemented.