Interface PathReceiver
- All Superinterfaces:
OsidReceiver
The path receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Path objects.
Like all OsidReceivers, notifications are delivered to
PathReceiver serially and a receiver method is not invoked again until
any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedPaths(Id notificationId, IdList pathIds) The callback for notification of updated paths.voiddeletedPaths(Id notificationId, IdList pathIds) The callback for notification of deleted paths.voidThe callback for notifications of new paths.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newPaths
-
changedPaths
-
deletedPaths
-