Interface CanonicalUnitProcessorReceiver
- All Superinterfaces:
OsidReceiver
The canonical unit processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit processors.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCanonicalUnitProcessors(Id notificationId, IdList canonicalUnitProcessorIds) The callback for notification of updated canonical unit processors.voiddeletedCanonicalUnitProcessors(Id notificationId, IdList canonicalUnitProcessorIds) The callback for notification of deleted canonical unit processors.voidnewCanonicalUnitProcessors(Id notificationId, IdList canonicalUnitProcessorIds) The callback for notifications of new canonical unit processors.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCanonicalUnitProcessors
The callback for notifications of new canonical unit processors.- Parameters:
notificationId- the notificationIdcanonicalUnitProcessorIds- theIdsof the newCanonicalUnitProcessors- Compliance:
mandatory- This method must be implemented.
-
changedCanonicalUnitProcessors
The callback for notification of updated canonical unit processors.- Parameters:
notificationId- the notificationIdcanonicalUnitProcessorIds- theIdsof the updatedCanonicalUnitProcessors- Compliance:
mandatory- This method must be implemented.
-
deletedCanonicalUnitProcessors
The callback for notification of deleted canonical unit processors.- Parameters:
notificationId- the notificationIdcanonicalUnitProcessorIds- theIdsof the deletedCanonicalUnitProcessors- Compliance:
mandatory- This method must be implemented.
-