OSID Logo
OSID Specifications
forum package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListreplyIdsthe Ids of the new replies
CompliancemandatoryThis method must be implemented.
MethodchangedReplies
Description

The callback for notifications of updated replies.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListreplyIdsthe Ids of the updated replies
CompliancemandatoryThis method must be implemented.
MethoddeletedReplies
Description

the callback for notification of deleted replies.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListreplyIdsthe Ids of the deleted replies
CompliancemandatoryThis method must be implemented.