OSID Logo
OSID Specifications
forum package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListforumIds the Ids of the new Forums
Compliancemandatory This method must be implemented.
MethodchangedForums
Description

The callback for notification of updated forums.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListforumIds the Ids of the updated Forums
Compliancemandatory This method must be implemented.
MethoddeletedForums
Description

the callback for notification of deleted forums.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListforumIds the Ids of the registered Forums
Compliancemandatory This method must be implemented.
MethodchangedChildOfForums
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListforumIds the Ids of the Forums whose children have changed
Compliancemandatory This method must be implemented.