public interface StepConstrainerEnablerReceiver extends OsidReceiver
The step constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted step constrainer enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedStepConstrainerEnablers(Id notificationId,
IdList stepConstrainerEnablerIds)
The callback for notification of updated step constrainer enablers.
|
void |
deletedStepConstrainerEnablers(Id notificationId,
IdList stepConstrainerEnablerIds)
The callback for notification of deleted step constrainer enablers.
|
void |
newStepConstrainerEnablers(Id notificationId,
IdList stepConstrainerEnablerIds)
The callback for notifications of new step constrainer enablers.
|
down, upvoid newStepConstrainerEnablers(Id notificationId, IdList stepConstrainerEnablerIds)
notificationId - the notification Id stepConstrainerEnablerIds - the Ids of the new
StepConstrainerEnablers mandatory - This method must be implemented. void changedStepConstrainerEnablers(Id notificationId, IdList stepConstrainerEnablerIds)
notificationId - the notification Id stepConstrainerEnablerIds - the Ids of the
updated StepConstrainerEnablers mandatory - This method must be implemented. void deletedStepConstrainerEnablers(Id notificationId, IdList stepConstrainerEnablerIds)
notificationId - the notification Id stepConstrainerEnablerIds - the Ids of the
deleted StepConstrainerEnablers mandatory - This method must be implemented.