Interface TermReceiver
- All Superinterfaces:
OsidReceiver
The term receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Term objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfTerms(Id notificationId, IdList termIds) The callback for notifications of changes to children of term hierarchy nodes.voidchangedTerms(Id notificationId, IdList termIds) The callback for notification of updated terms.voiddeletedTerms(Id notificationId, IdList termIds) The callback for notification of deleted terms.voidThe callback for notifications of new terms.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newTerms
-
changedTerms
-
deletedTerms
-
changedChildOfTerms
The callback for notifications of changes to children of term hierarchy nodes.- Parameters:
notificationId- the notificationIdtermIds- theIdsof theTermswhose children have changed- Compliance:
mandatory- This method must be implemented.
-