OSID Logo
OSID Specifications
messaging package
Version 3.0.0
Release Candidate Preview
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.IdListmessageIdsthe Ids of the new Messages
CompliancemandatoryThis method must be implemented.
MethodchangedMessages
Description

The callback for notification of updated messages.

Parametersosid.id.IdListmessageIdsthe Ids of the updated Messages
CompliancemandatoryThis method must be implemented.
MethoddeletedMessages
Description

the callback for notification of deleted messages.

Parametersosid.id.IdListmessageIdsthe Ids of the deleted Messages
CompliancemandatoryThis method must be implemented.