Interface PathReceiver
- All Superinterfaces:
OsidReceiver
The path receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Path objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedPaths(IdList pathIds) The callback for notification of updated paths.voiddeletedPaths(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
The callback for notifications of new paths.- Parameters:
pathIds- theIdsof the newPaths- Compliance:
mandatory- This method must be implemented.
-
changedPaths
The callback for notification of updated paths.- Parameters:
pathIds- theIdsof the updatedPaths- Compliance:
mandatory- This method must be implemented.
-
deletedPaths
The callback for notification of deleted paths.- Parameters:
pathIds- theIdsof the deletedPaths- Compliance:
mandatory- This method must be implemented.
-