public interface AuditListener extends EventListener
auditStarted
(fileStarted
(addError)*
fileFinished )*
auditFinished
| Modifier and Type | Method and Description |
|---|---|
void |
addError(AuditEvent aEvt)
Notify that an audit error was discovered on a specific file.
|
void |
addException(AuditEvent aEvt,
Throwable aThrowable)
Notify that an exception happened while performing audit.
|
void |
auditFinished(AuditEvent aEvt)
Notify that the audit is finished.
|
void |
auditStarted(AuditEvent aEvt)
Notify that the audit is about to start.
|
void |
fileFinished(AuditEvent aEvt)
Notify that audit is finished on a specific file.
|
void |
fileStarted(AuditEvent aEvt)
Notify that audit is about to start on a specific file.
|
void auditStarted(AuditEvent aEvt)
aEvt - the event detailsvoid auditFinished(AuditEvent aEvt)
aEvt - the event detailsvoid fileStarted(AuditEvent aEvt)
aEvt - the event detailsvoid fileFinished(AuditEvent aEvt)
aEvt - the event detailsvoid addError(AuditEvent aEvt)
aEvt - the event detailsvoid addException(AuditEvent aEvt, Throwable aThrowable)
aEvt - the event detailsaThrowable - details of the exceptionCopyright © 2001-2012. All Rights Reserved.