Uses of Class
org.crosswire.common.util.ReporterEvent

Packages that use ReporterEvent
org.crosswire.common.swing A collection of various generic Swing components and utility classes. 
org.crosswire.common.util A collection of various generic utility classes. 
 

Uses of ReporterEvent in org.crosswire.common.swing
 

Fields in org.crosswire.common.swing declared as ReporterEvent
private  ReporterEvent ExceptionPane.ExceptionRunner.event
           
private  ReporterEvent ExceptionPane.MessageRunner.event
           
 

Methods in org.crosswire.common.swing with parameters of type ReporterEvent
 void ExceptionPane.ExceptionPaneReporterListener.reportException(ReporterEvent ev)
          Called whenever Reporter.informUser() is passed an Exception
 void ExceptionPane.ExceptionPaneReporterListener.reportMessage(ReporterEvent ev)
          Called whenever Reporter.informUser() is passed a message
 

Constructors in org.crosswire.common.swing with parameters of type ReporterEvent
ExceptionPane.ExceptionRunner(ReporterEvent ev)
           
ExceptionPane.MessageRunner(ReporterEvent ev)
           
 

Uses of ReporterEvent in org.crosswire.common.util
 

Methods in org.crosswire.common.util with parameters of type ReporterEvent
protected static void Reporter.fireCapture(ReporterEvent ev)
          Log a message.
 void ReporterListener.reportException(ReporterEvent ev)
          Called whenever Reporter.informUser() is passed an Exception
 void ReporterListener.reportMessage(ReporterEvent ev)
          Called whenever Reporter.informUser() is passed a message
 


Copyright ? 2003-2006