org.crosswire.common.swing
Class ExceptionPane.ExceptionPaneReporterListener

java.lang.Object
  extended by org.crosswire.common.swing.ExceptionPane.ExceptionPaneReporterListener
All Implemented Interfaces:
EventListener, ReporterListener
Enclosing class:
ExceptionPane

static final class ExceptionPane.ExceptionPaneReporterListener
extends Object
implements ReporterListener

The ExceptionPane instance that we add to the Log


Constructor Summary
ExceptionPane.ExceptionPaneReporterListener()
           
 
Method Summary
 void reportException(ReporterEvent ev)
          Called whenever Reporter.informUser() is passed an Exception
 void reportMessage(ReporterEvent ev)
          Called whenever Reporter.informUser() is passed a message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionPane.ExceptionPaneReporterListener

ExceptionPane.ExceptionPaneReporterListener()
Method Detail

reportException

public void reportException(ReporterEvent ev)
Called whenever Reporter.informUser() is passed an Exception

Specified by:
reportException in interface ReporterListener
Parameters:
ev - The event describing the Exception

reportMessage

public void reportMessage(ReporterEvent ev)
Called whenever Reporter.informUser() is passed a message

Specified by:
reportMessage in interface ReporterListener
Parameters:
ev - The event describing the message

Copyright ? 2003-2011