Interface AuditEnablerReceiver
- All Superinterfaces:
OsidReceiver
The audit enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted audit enablers.
Like all OsidReceivers, notifications are delivered to
AuditEnablerReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuditEnablers(Id notificationId, IdList auditEnablerIds) The callback for notification of updated audit enablers.voiddeletedAuditEnablers(Id notificationId, IdList auditEnablerIds) The callback for notification of deleted audit enablers.voidnewAuditEnablers(Id notificationId, IdList auditEnablerIds) The callback for notifications of new audit enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuditEnablers
-
changedAuditEnablers
-
deletedAuditEnablers
-