Interface | osid.provisioning.rules.PoolProcessorEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The pool processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted pool processor enablers. | ||
Method | newPoolProcessorEnablers | ||
Description |
The callback for notifications of new pool processor enablers. | ||
Parameters | osid.id.IdList | poolProcessorEnablerIds | the Ids of the new PoolProcessorEnablers |
Compliance | mandatory | This method must be implemented. | |
Method | changedPoolProcessorEnablers | ||
Description |
The callback for notification of updated pool processor enablers. | ||
Parameters | osid.id.IdList | poolProcessorEnablerIds | the Ids of the updated PoolProcessorEnablers |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPoolProcessorEnablers | ||
Description |
The callback for notification of deleted pool processor enablers. | ||
Parameters | osid.id.IdList | poolProcessorEnablerIds | the Ids of the deleted PoolProcessorEnablers |
Compliance | mandatory | This method must be implemented. |