OSID Logo
OSID Specifications
forum package
Version 3.1.0
Interfaceosid.forum.ReplyReceiver
Implementsosid.OsidReceiver
Description

The reply receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted replies.

MethodnewReplies
Description

The callback for notifications of new replies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListreplyIds the Ids of the new replies
Compliancemandatory This method must be implemented.
MethodchangedReplies
Description

The callback for notifications of updated replies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListreplyIds the Ids of the updated replies
Compliancemandatory This method must be implemented.
MethoddeletedReplies
Description

the callback for notification of deleted replies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListreplyIds the Ids of the deleted replies
Compliancemandatory This method must be implemented.