static final class ExceptionPane.ExceptionPaneReporterListener extends Object implements org.crosswire.common.util.ReporterListener
Constructor and Description |
---|
ExceptionPane.ExceptionPaneReporterListener() |
Modifier and Type | Method and Description |
---|---|
void |
reportException(org.crosswire.common.util.ReporterEvent ev)
Called whenever Reporter.informUser() is passed an Exception
|
void |
reportMessage(org.crosswire.common.util.ReporterEvent ev)
Called whenever Reporter.informUser() is passed a message
|
ExceptionPane.ExceptionPaneReporterListener()
public void reportException(org.crosswire.common.util.ReporterEvent ev)
reportException
in interface org.crosswire.common.util.ReporterListener
ev
- The event describing the Exceptionpublic void reportMessage(org.crosswire.common.util.ReporterEvent ev)
reportMessage
in interface org.crosswire.common.util.ReporterListener
ev
- The event describing the message