Interface ObstacleEnablerReceiver
- All Superinterfaces:
OsidReceiver
The obstacle enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted obstacle enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedObstacleEnablers(Id notificationId, IdList obstacleEnablerIds) The callback for notification of updated obstacle enablers.voiddeletedObstacleEnablers(Id notificationId, IdList obstacleEnablerIds) The callback for notification of deleted obstacle enablers.voidnewObstacleEnablers(Id notificationId, IdList obstacleEnablerIds) The callback for notifications of new obstacle enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newObstacleEnablers
-
changedObstacleEnablers
The callback for notification of updated obstacle enablers.- Parameters:
notificationId- the notificationIdobstacleEnablerIds- theIdsof the updatedObstacleEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedObstacleEnablers
The callback for notification of deleted obstacle enablers.- Parameters:
notificationId- the notificationIdobstacleEnablerIds- theIdsof the deletedObstacleEnablers- Compliance:
mandatory- This method must be implemented.
-