OSID Logo
OSID Specifications
forum package
Version 3.0.0
Release Candidate Preview
Interfaceosid.forum.ForumReceiver
Implementsosid.OsidReceiver
Description

The forum receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Forum objects.

MethodnewForums
Description

The callback for notifications of new forums.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListforumIdsthe Ids of the new Forums
CompliancemandatoryThis method must be implemented.
MethodchangedForums
Description

The callback for notification of updated forums.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListforumIdsthe Ids of the updated Forums
CompliancemandatoryThis method must be implemented.
MethoddeletedForums
Description

the callback for notification of deleted forums.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListforumIdsthe Ids of the registered Forums
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfForums
Description

The callback for notifications of changes to children of forum hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListforumIdsthe Ids of the Forums whose children have changed
CompliancemandatoryThis method must be implemented.