public interface PathReceiver extends OsidReceiver
The path receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Path
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedPaths(Id notificationId,
IdList pathIds)
The callback for notification of updated paths.
|
void |
deletedPaths(Id notificationId,
IdList pathIds)
The callback for notification of deleted paths.
|
void |
newPaths(Id notificationId,
IdList pathIds)
The callback for notifications of new paths.
|
down, upvoid newPaths(Id notificationId, IdList pathIds)
notificationId - the notification Id pathIds - the s of the new Paths mandatory - This method must be implemented. void changedPaths(Id notificationId, IdList pathIds)
notificationId - the notification Id pathIds - the Ids of the updated Paths
mandatory - This method must be implemented.