org.crosswire.common.swing
Class ExceptionShelf.ShelfCaptureListener
java.lang.Object
org.crosswire.common.swing.ExceptionShelf.ShelfCaptureListener
- All Implemented Interfaces:
- EventListener, ReporterListener
- Enclosing class:
- ExceptionShelf
static class ExceptionShelf.ShelfCaptureListener
- extends Object
- implements ReporterListener
A class to listen to Exceptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionShelf.ShelfCaptureListener
ExceptionShelf.ShelfCaptureListener()
reportException
public void reportException(ReporterEvent ev)
- Description copied from interface:
ReporterListener
- 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)
- Description copied from interface:
ReporterListener
- Called whenever Reporter.informUser() is passed a message
- Specified by:
reportMessage
in interface ReporterListener
- Parameters:
ev
- The event describing the message