|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener in charge of receiving events from the Checker. Typical events sequence is :
auditStarted (fileStarted (addError)* (addException)* fileFinished )* (addException)* auditFinished
Method Summary | |
void |
addError(AuditEvent aEvt)
notify that an audit error was discovered on a specific file |
void |
addException(AuditEvent aEvt,
java.lang.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 |
java.io.OutputStream |
getOutputStream()
|
void |
setOutputStream(java.io.OutputStream aOS)
Set a stream to write information to. |
Method Detail |
public void setOutputStream(java.io.OutputStream aOS)
aOS
- the outputstream to be set.public java.io.OutputStream getOutputStream()
public void auditStarted(AuditEvent aEvt)
aEvt
- the event detailspublic void auditFinished(AuditEvent aEvt)
aEvt
- the event detailspublic void fileStarted(AuditEvent aEvt)
aEvt
- the event detailspublic void fileFinished(AuditEvent aEvt)
aEvt
- the event detailspublic void addError(AuditEvent aEvt)
aEvt
- the event detailspublic void addException(AuditEvent aEvt, java.lang.Throwable aThrowable)
aEvt
- the event detailsaThrowable
- details of the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |