Interface CanonicalUnitProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The canonical unit processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit processor enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCanonicalUnitProcessorEnablers(Id notificationId, IdList canonicalUnitProcessorEnablerIds) The callback for notification of updated canonical unit processor enablers.voiddeletedCanonicalUnitProcessorEnablers(Id notificationId, IdList canonicalUnitProcessorEnablerIds) The callback for notification of deleted canonical unit processor enablers.voidnewCanonicalUnitProcessorEnablers(Id notificationId, IdList canonicalUnitProcessorEnablerIds) The callback for notifications of new canonical unit processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCanonicalUnitProcessorEnablers
The callback for notifications of new canonical unit processor enablers.- Parameters:
notificationId- the notificationIdcanonicalUnitProcessorEnablerIds- theIdsof the newCanonicalUnitProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedCanonicalUnitProcessorEnablers
void changedCanonicalUnitProcessorEnablers(Id notificationId, IdList canonicalUnitProcessorEnablerIds) The callback for notification of updated canonical unit processor enablers.- Parameters:
notificationId- the notificationIdcanonicalUnitProcessorEnablerIds- theIdsof the updatedCanonicalUnitProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedCanonicalUnitProcessorEnablers
void deletedCanonicalUnitProcessorEnablers(Id notificationId, IdList canonicalUnitProcessorEnablerIds) The callback for notification of deleted canonical unit processor enablers.- Parameters:
notificationId- the notificationIdcanonicalUnitProcessorEnablerIds- theIdsof the deletedCanonicalUnitProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-