public class AuditListener extends AbstractAuditListener
AbstractAuditListener implementation. Listens for
AuditApplicationEvents and stores them in a AuditEventRepository.| Constructor and Description |
|---|
AuditListener(AuditEventRepository auditEventRepository) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onAuditEvent(AuditEvent event) |
onApplicationEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforPayloadpublic AuditListener(AuditEventRepository auditEventRepository)
protected void onAuditEvent(AuditEvent event)
onAuditEvent in class AbstractAuditListener