public interface PoolConstrainerReceiver extends OsidReceiver
The pool constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted pool constrainers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedPoolConstrainers(IdList poolConstrainerIds)
The callback for notification of updated pool constrainers.
|
void |
deletedPoolConstrainers(IdList poolConstrainerIds)
The callback for notification of deleted pool constrainers.
|
void |
newPoolConstrainers(IdList poolConstrainerIds)
The callback for notifications of new pool constrainers.
|
down, upvoid newPoolConstrainers(IdList poolConstrainerIds)
poolConstrainerIds - the Ids of the new
PoolConstrainers mandatory - This method must be implemented. void changedPoolConstrainers(IdList poolConstrainerIds)
poolConstrainerIds - the Ids of the updated
PoolConstrainers mandatory - This method must be implemented. void deletedPoolConstrainers(IdList poolConstrainerIds)
poolConstrainerIds - the Ids of the deleted
PoolConstrainers mandatory - This method must be implemented.