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

Quick Search    Search Deep

com.eireneh.swing
Class ExceptionShelf.ShelfCaptureListener  view ExceptionShelf.ShelfCaptureListener download ExceptionShelf.ShelfCaptureListener.java

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


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

ExceptionShelf.ShelfCaptureListener

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