public interface JobConstrainerEnablerReceiver extends OsidReceiver
The job constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted job constrainer enablers.
Modifier and Type | Method and Description |
---|---|
void |
changedJobConstrainerEnablers(IdList jobConstrainerEnablerIds)
The callback for notification of updated job constrainer enablers.
|
void |
deletedJobConstrainerEnablers(IdList jobConstrainerEnablerIds)
The callback for notification of deleted job constrainer enablers.
|
void |
newJobConstrainerEnablers(IdList jobConstrainerEnablerIds)
The callback for notifications of new job constrainer enablers.
|
down, up
void newJobConstrainerEnablers(IdList jobConstrainerEnablerIds)
jobConstrainerEnablerIds
- the Ids
of the new
JobConstrainerEnablers
mandatory
- This method must be implemented. void changedJobConstrainerEnablers(IdList jobConstrainerEnablerIds)
jobConstrainerEnablerIds
- the Ids
of the updated
JobConstrainerEnablers
mandatory
- This method must be implemented. void deletedJobConstrainerEnablers(IdList jobConstrainerEnablerIds)
jobConstrainerEnablerIds
- the Ids
of the deleted
JobConstrainerEnablers
mandatory
- This method must be implemented.