public interface ActivityReceiver extends OsidReceiver
The activity receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Activities.
| 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 Id of the new Activities
mandatory - This method must be implemented. void changedActivities(Id notificationId, IdList activityIds)
notificationId - the notification Id activityIds - the Id of the updated
Activities mandatory - This method must be implemented.