Interface PoolConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The pool receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
PoolConstrainers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedPoolConstrainers(Id notificationId, IdList poolConstrainerIds) The callback for notification of updated pool constrainers.voiddeletedPoolConstrainers(Id notificationId, IdList poolConstrainerIds) The callback for notification of deleted pool constrainers.voidnewPoolConstrainers(Id notificationId, IdList poolConstrainerIds) The callback for notifications of new pool constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newPoolConstrainers
-
changedPoolConstrainers
The callback for notification of updated pool constrainers.- Parameters:
notificationId- the notificationIdpoolConstrainerIds- theIdof the updatedPoolConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedPoolConstrainers
The callback for notification of deleted pool constrainers.- Parameters:
notificationId- the notificationIdpoolConstrainerIds- theIdof the deletedPoolConstrainers- Compliance:
mandatory- This method must be implemented.
-