Interface AuditLoggerListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback interface that is provided to the
CallbackAuditLogger
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAuditEvent
(AuditEvent event) Will be invoked by theCallbackAuditLogger
to audit log an entry.
-
Method Details
-
onAuditEvent
Will be invoked by theCallbackAuditLogger
to audit log an entry.- Parameters:
event
- the entry to log
-