public interface ActivityReceiver extends OsidReceiver
The activity receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Activity
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedActivities(Id notificationId,
IdList activityIds)
The callback for notification of updated activities.
|
void |
deletedActivities(Id notificationId,
IdList activityIds)
the callback for notification of deleted activities.
|
void |
newActivities(Id notificationId,
IdList activityIds)
The callback for notifications of new activities.
|
down, upvoid newActivities(Id notificationId, IdList activityIds)
notificationId - the notification IdactivityIds - the Ids of the new
Activities mandatory - This method must be implemented. void changedActivities(Id notificationId, IdList activityIds)
notificationId - the notification IdactivityIds - the Ids of the updated
Activities mandatory - This method must be implemented.