Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.swing
Class ExceptionPane.CustomCaptureListener  view ExceptionPane.CustomCaptureListener download ExceptionPane.CustomCaptureListener.java

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


Constructor Summary
(package private) ExceptionPane.CustomCaptureListener()
           
 
Method Summary
 void reportException(com.eireneh.util.event.ReporterEvent ev)
          Called whenever Reporter.informUser() is passed an Exception
 void reportMessage(com.eireneh.util.event.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

ExceptionPane.CustomCaptureListener

ExceptionPane.CustomCaptureListener()
Method Detail

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