Interface StepConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The step constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted step constrainer enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedStepConstrainerEnablers(Id notificationId, IdList stepConstrainerEnablerIds) The callback for notification of updated step constrainer enablers.voiddeletedStepConstrainerEnablers(Id notificationId, IdList stepConstrainerEnablerIds) The callback for notification of deleted step constrainer enablers.voidnewStepConstrainerEnablers(Id notificationId, IdList stepConstrainerEnablerIds) The callback for notifications of new step constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newStepConstrainerEnablers
The callback for notifications of new step constrainer enablers.- Parameters:
notificationId- the notificationIdstepConstrainerEnablerIds- theIdsof the newStepConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedStepConstrainerEnablers
The callback for notification of updated step constrainer enablers.- Parameters:
notificationId- the notificationIdstepConstrainerEnablerIds- theIdsof the updatedStepConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedStepConstrainerEnablers
The callback for notification of deleted step constrainer enablers.- Parameters:
notificationId- the notificationIdstepConstrainerEnablerIds- theIdsof the deletedStepConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-