Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.api
Interface MessageDispatcher  view MessageDispatcher download MessageDispatcher.java


public interface MessageDispatcher

Used by FileSetChecks to distribute AuditEvents to AuditListeners.


Method Summary
 void fireErrors(java.lang.String aFileName, 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

fireFileStarted

public void fireFileStarted(java.lang.String aFileName)
Notify all listeners about the beginning of a file audit.


fireFileFinished

public void fireFileFinished(java.lang.String aFileName)
Notify all listeners about the end of a file audit.


fireErrors

public void fireErrors(java.lang.String aFileName,
                       LocalizedMessage[] aErrors)
Notify all listeners about the errors in a file.