Interface PoolConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The pool receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
PoolConstrainerEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedPoolConstrainerEnablers(Id notificationId, IdList poolConstrainerEnablerIds) The callback for notification of updated pool constrainer enablers.voiddeletedPoolConstrainerEnablers(Id notificationId, IdList poolConstrainerEnablerIds) The callback for notification of deleted pool constrainer enablers.voidnewPoolConstrainerEnablers(Id notificationId, IdList poolConstrainerEnablerIds) The callback for notifications of new pool constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newPoolConstrainerEnablers
The callback for notifications of new pool constrainer enablers.- Parameters:
notificationId- the notificationIdpoolConstrainerEnablerIds- theIdof the newPoolConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedPoolConstrainerEnablers
The callback for notification of updated pool constrainer enablers.- Parameters:
notificationId- the notificationIdpoolConstrainerEnablerIds- theIdof the updatedPoolConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedPoolConstrainerEnablers
The callback for notification of deleted pool constrainer enablers.- Parameters:
notificationId- the notificationIdpoolConstrainerEnablerIds- theIdof the deletedPoolConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-