org.crosswire.common.swing
Class ExceptionShelf.ShelfCaptureListener

java.lang.Object
  extended by 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


Constructor Summary
ExceptionShelf.ShelfCaptureListener()
           
 
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

ExceptionShelf.ShelfCaptureListener

ExceptionShelf.ShelfCaptureListener()
Method Detail

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

Copyright ? 2003-2004