| Interface | osid.forum.ForumReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The forum receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newForums | ||
| Description | 
                     The callback for notifications of new forums.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | forumIds | the  Ids  of the new  Forums   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedForums | ||
| Description | 
                     The callback for notification of updated forums.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | forumIds | the  Ids  of the updated  Forums   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedForums | ||
| Description | 
                     the callback for notification of deleted forums.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | forumIds | the  Ids  of the registered  Forums   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfForums | ||
| Description | 
                     The callback for notifications of changes to children of forum hierarchy nodes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | forumIds | the  Ids  of the  Forums  whose children have 
changed  | |
| Compliance | mandatory | This method must be implemented. | |