Interface ForumReceiver
- All Superinterfaces:
OsidReceiver
The forum receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Forum objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfForums(Id notificationId, IdList forumIds) The callback for notifications of changes to children of forum hierarchy nodes.voidchangedForums(Id notificationId, IdList forumIds) The callback for notification of updated forums.voiddeletedForums(Id notificationId, IdList forumIds) the callback for notification of deleted forums.voidThe callback for notifications of new forums.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newForums
-
changedForums
-
deletedForums
-
changedChildOfForums
The callback for notifications of changes to children of forum hierarchy nodes.- Parameters:
notificationId- the notificationIdforumIds- theIdsof theForumswhose children have changed- Compliance:
mandatory- This method must be implemented.
-