Uses of Interface
org.crosswire.common.util.ReporterListener

Packages that use ReporterListener
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 ReporterListener in org.crosswire.common.swing
 

Classes in org.crosswire.common.swing that implement ReporterListener
(package private) static class ExceptionPane.ExceptionPaneReporterListener
          The ExceptionPane instance that we add to the Log
 

Uses of ReporterListener in org.crosswire.common.util
 

Methods in org.crosswire.common.util with parameters of type ReporterListener
static void Reporter.addReporterListener(ReporterListener li)
          Add an Exception listener to the list of things wanting to know whenever we capture an Exception
static void Reporter.removeReporterListener(ReporterListener li)
          Remove an Exception listener from the list of things wanting to know whenever we capture an Exception
 


Copyright ยจ 2003-2007