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
 

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

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-2004