Interface ParameterProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The parameter processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted parameter processor enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedParameterProcessorEnablers(Id notificationId, IdList parameterProcessorEnablerIds) The callback for notification of updated parameter processor enablers.voiddeletedParameterProcessorEnablers(Id notificationId, IdList parameterProcessorEnablerIds) The callback for notification of deleted parameter processor enablers.voidnewParameterProcessorEnablers(Id notificationId, IdList parameterProcessorEnablerIds) The callback for notifications of new parameter processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newParameterProcessorEnablers
The callback for notifications of new parameter processor enablers.- Parameters:
notificationId- the notificationIdparameterProcessorEnablerIds- theIdof the newParameterProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedParameterProcessorEnablers
The callback for notification of updated parameter processor enablers.- Parameters:
notificationId- the notificationIdparameterProcessorEnablerIds- theIdof the updatedParameterProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedParameterProcessorEnablers
The callback for notification of deleted parameter processor enablers.- Parameters:
notificationId- the notificationIdparameterProcessorEnablerIds- theIdof the deletedParameterProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-