Interface CanonicalUnitEnablerReceiver
- All Superinterfaces:
OsidReceiver
The canonical unit enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCanonicalUnitEnablers(Id notificationId, IdList canonicalUnitEnablerIds) The callback for notification of updated canonical unit enablers.voiddeletedCanonicalUnitEnablers(Id notificationId, IdList canonicalUnitEnablerIds) The callback for notification of deleted canonical unit enablers.voidnewCanonicalUnitEnablers(Id notificationId, IdList canonicalUnitEnablerIds) The callback for notifications of new canonical unit enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCanonicalUnitEnablers
The callback for notifications of new canonical unit enablers.- Parameters:
notificationId- the notificationIdcanonicalUnitEnablerIds- theIdsof the newCanonicalUnitEnablers- Compliance:
mandatory- This method must be implemented.
-
changedCanonicalUnitEnablers
The callback for notification of updated canonical unit enablers.- Parameters:
notificationId- the notificationIdcanonicalUnitEnablerIds- theIdsof the updatedCanonicalUnitEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedCanonicalUnitEnablers
The callback for notification of deleted canonical unit enablers.- Parameters:
notificationId- the notificationIdcanonicalUnitEnablerIds- theIdsof the deletedCanonicalUnitEnablers- Compliance:
mandatory- This method must be implemented.
-