Interface PoolProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The pool processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted pool processor enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedPoolProcessorEnablers(Id notificationId, IdList poolProcessorEnablerIds) The callback for notification of updated pool processor enablers.voiddeletedPoolProcessorEnablers(Id notificationId, IdList poolProcessorEnablerIds) The callback for notification of deleted pool processor enablers.voidnewPoolProcessorEnablers(Id notificationId, IdList poolProcessorEnablerIds) The callback for notifications of new pool processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newPoolProcessorEnablers
The callback for notifications of new pool processor enablers.- Parameters:
notificationId- the notificationIdpoolProcessorEnablerIds- theIdsof the newPoolProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedPoolProcessorEnablers
The callback for notification of updated pool processor enablers.- Parameters:
notificationId- the notificationIdpoolProcessorEnablerIds- theIdsof the updatedPoolProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedPoolProcessorEnablers
The callback for notification of deleted pool processor enablers.- Parameters:
notificationId- the notificationIdpoolProcessorEnablerIds- theIdsof the deletedPoolProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-