|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDispatcher
Used by FileSetChecks to distribute AuditEvents to AuditListeners.
Method Summary | |
---|---|
void |
fireErrors(java.lang.String aFileName,
java.util.TreeSet<LocalizedMessage> aErrors)
Notify all listeners about the errors in a file. |
void |
fireFileFinished(java.lang.String aFileName)
Notify all listeners about the end of a file audit. |
void |
fireFileStarted(java.lang.String aFileName)
Notify all listeners about the beginning of a file audit. |
Method Detail |
---|
void fireFileStarted(java.lang.String aFileName)
aFileName
- the file to be auditedvoid fireFileFinished(java.lang.String aFileName)
aFileName
- the audited filevoid fireErrors(java.lang.String aFileName, java.util.TreeSet<LocalizedMessage> aErrors)
aFileName
- the audited fileaErrors
- the audit errors from the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |