com.eireneh.swing
Class ExceptionShelf.ShelfCaptureListener

java.lang.Object
com.eireneh.swing.ExceptionShelf.ShelfCaptureListener
- All Implemented Interfaces:
- java.util.EventListener, com.eireneh.util.event.ReporterListener
- Enclosing class:
- ExceptionShelf
- static class ExceptionShelf.ShelfCaptureListener
- extends java.lang.Object
- implements com.eireneh.util.event.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(com.eireneh.util.event.ReporterEvent ev)
- Called whenever Reporter.informUser() is passed an Exception
- Specified by:
reportException in interface com.eireneh.util.event.ReporterListener
reportMessage
public void reportMessage(com.eireneh.util.event.ReporterEvent ev)
- Called whenever Reporter.informUser() is passed a message
- Specified by:
reportMessage in interface com.eireneh.util.event.ReporterListener