OSID Logo
OSID Specifications
messaging package
Version 3.1.0
Interfaceosid.messaging.MessageReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewMessages
Description

The callback for notifications of new messages.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListmessageIds the Ids of the new Messages
Compliancemandatory This method must be implemented.
MethodchangedMessages
Description

The callback for notification of updated messages.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListmessageIds the Ids of the updated Messages
Compliancemandatory This method must be implemented.
MethoddeletedMessages
Description

the callback for notification of deleted messages.

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