Interface StepConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The step constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted step constrainers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedStepConstrainers(Id notificationId, IdList stepConstrainerIds) The callback for notification of updated step constrainers.voiddeletedStepConstrainers(Id notificationId, IdList stepConstrainerIds) The callback for notification of deleted step constrainers.voidnewStepConstrainers(Id notificationId, IdList stepConstrainerIds) The callback for notifications of new step constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newStepConstrainers
-
changedStepConstrainers
The callback for notification of updated step constrainers.- Parameters:
notificationId- the notificationIdstepConstrainerIds- theIdsof the updatedStepConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedStepConstrainers
The callback for notification of deleted step constrainers.- Parameters:
notificationId- the notification IdstepConstrainerIds- theIdsof the deletedStepConstrainers- Compliance:
mandatory- This method must be implemented.
-