com.eireneh.swing
Class ExceptionPane.CustomCaptureListener

java.lang.Object
com.eireneh.swing.ExceptionPane.CustomCaptureListener
- All Implemented Interfaces:
- java.util.EventListener, com.eireneh.util.event.ReporterListener
- Enclosing class:
- ExceptionPane
- static class ExceptionPane.CustomCaptureListener
- extends java.lang.Object
- implements com.eireneh.util.event.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.CustomCaptureListener
ExceptionPane.CustomCaptureListener()
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