public interface RelevancyReceiver extends OsidReceiver
This receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted relevancies.
| Modifier and Type | Method and Description |
|---|---|
void |
changedRelevancies(Id notificationId,
IdList relevancyIds)
The callback for notification of updated relevancies.
|
void |
deletedRelevancies(Id notificationId,
IdList relevancyIds)
The callback for notification of deleted relevancies.
|
void |
newRelevancies(Id notificationId,
IdList relevancyIds)
The callback for notifications of new relevancies.
|
down, upvoid newRelevancies(Id notificationId, IdList relevancyIds)
notificationId - the notification Id relevancyIds - the Ids of the new
Relevancies mandatory - This method must be implemented. void changedRelevancies(Id notificationId, IdList relevancyIds)
notificationId - the notification Id relevancyIds - the Ids of the updated
Relevancies mandatory - This method must be implemented.