public interface MessageDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
fireErrors(java.lang.String fileName,
java.util.SortedSet<LocalizedMessage> errors)
Notify all listeners about the errors in a file.
|
void |
fireFileFinished(java.lang.String fileName)
Notify all listeners about the end of a file audit.
|
void |
fireFileStarted(java.lang.String fileName)
Notify all listeners about the beginning of a file audit.
|
void fireFileStarted(java.lang.String fileName)
fileName - the file to be auditedvoid fireFileFinished(java.lang.String fileName)
fileName - the audited filevoid fireErrors(java.lang.String fileName, java.util.SortedSet<LocalizedMessage> errors)
fileName - the audited fileerrors - the audit errors from the fileCopyright © 2001-2020. All Rights Reserved.