org.crosswire.common.swing
Class ExceptionPane.ExceptionPaneReporterListener
java.lang.Object
org.crosswire.common.swing.ExceptionPane.ExceptionPaneReporterListener
- All Implemented Interfaces:
- EventListener, ReporterListener
- Enclosing class:
- ExceptionPane
static class ExceptionPane.ExceptionPaneReporterListener
- extends Object
- implements ReporterListener
The ExceptionPane instance that we add to the Log
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionPane.ExceptionPaneReporterListener
ExceptionPane.ExceptionPaneReporterListener()
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