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