Interface ProcessProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The process receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
ProcessProcessorEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedProcessProcessorEnablers(Id notificationId, IdList processProcessorEnablerIds) The callback for notification of updated process processor enablers.voiddeletedProcessProcessorEnablers(Id notificationId, IdList processProcessorEnablerIds) The callback for notification of deleted process processor enablers.voidnewProcessProcessorEnablers(Id notificationId, IdList processProcessorEnablerIds) The callback for notifications of new process processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProcessProcessorEnablers
The callback for notifications of new process processor enablers.- Parameters:
notificationId- the notificationIdprocessProcessorEnablerIds- theIdof the newProcessProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedProcessProcessorEnablers
The callback for notification of updated process processor enablers.- Parameters:
notificationId- the notificationIdprocessProcessorEnablerIds- theIdof the updatedProcessProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedProcessProcessorEnablers
The callback for notification of deleted process processor enablers.- Parameters:
notificationId- the notificationIdprocessProcessorEnablerIds- theIdof the deletedProcessProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-