Interface CanonicalUnitReceiver
- All Superinterfaces:
OsidReceiver
The canonical unit receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted canonical units.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCanonicalUnits(Id notificationId, IdList canonicalUnitIds) The callback for notifications of updated canonical units.voiddeletedCanonicalUnits(Id notificationId, IdList canonicalUnitIds) the callback for notification of deleted canonical units.voidnewCanonicalUnits(Id notificationId, IdList canonicalUnitIds) The callback for notifications of new canonical units.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCanonicalUnits
-
changedCanonicalUnits
-
deletedCanonicalUnits
-