| Interface | osid.control.InputReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The input receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newInputs | ||
| Description |
The callback for notifications of new inputs. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inputIds | the Id of the new Inputs | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedInputs | ||
| Description |
The callback for notification of updated inputs. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inputIds | the Id of the updated Inputs | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedInputs | ||
| Description |
The callback for notification of deleted inputs. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inputIds | the Id of the deleted Inputs | |
| Compliance | mandatory | This method must be implemented. | |