Interface | osid.control.rules.InputEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The input enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted input enablers. | ||
Method | newInputEnablers | ||
Description |
The callback for notifications of new input enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inputEnablerIds | the Ids of the new InputEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedInputEnablers | ||
Description |
The callback for notification of updated input enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inputEnablerIds | the Ids of the updated InputEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedInputEnablers | ||
Description |
The callback for notification of deleted input enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inputEnablerIds | the Ids of the deleted InputEnablers | |
Compliance | mandatory | This method must be implemented. |