public interface ResourcePathReceiver extends OsidReceiver
The resource route receiver is the consumer supplied interface for receiving notifications pertaining to changes of resources along paths.
Modifier and Type | Method and Description |
---|---|
void |
enteredPath(Id pathId,
Id resourceId)
The callback for notifications of resources starting on paths.
|
void |
exitedPath(Id pathId,
Id resourceId)
The callback for notifications of resources leaving paths.
|
down, up