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