public interface PoolConstrainerEnablerReceiver extends OsidReceiver
The pool constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted pool constrainer enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedPoolConstrainerEnablers(IdList poolConstrainerEnablerIds)
The callback for notification of updated pool constrainer enablers.
|
void |
deletedPoolConstrainerEnablers(IdList poolConstrainerEnablerIds)
The callback for notification of deleted pool constrainer enablers.
|
void |
newPoolConstrainerEnablers(IdList poolConstrainerEnablerIds)
The callback for notifications of new pool constrainer enablers.
|
down, upvoid newPoolConstrainerEnablers(IdList poolConstrainerEnablerIds)
poolConstrainerEnablerIds - the Isd of the new
PoolConstrainerEnablers mandatory - This method must be implemented. void changedPoolConstrainerEnablers(IdList poolConstrainerEnablerIds)
poolConstrainerEnablerIds - the Ids of the
updated PoolConstrainerEnablers mandatory - This method must be implemented. void deletedPoolConstrainerEnablers(IdList poolConstrainerEnablerIds)
poolConstrainerEnablerIds - the Ids of the
deleted PoolConstrainerEnablers mandatory - This method must be implemented.