com.objectwave.viewUtility
Class ExceptionListener

java.lang.Object
  |
  +--com.objectwave.viewUtility.ExceptionListener
All Implemented Interfaces:
java.util.EventListener, StatusEventListener

public class ExceptionListener
extends java.lang.Object
implements StatusEventListener

This will popup a dialog box every time an exception is the source for a status event.


Constructor Summary
ExceptionListener()
           
 
Method Summary
 void updateStatus(StatusEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionListener

public ExceptionListener()
Method Detail

updateStatus

public void updateStatus(StatusEvent evt)
Specified by:
updateStatus in interface StatusEventListener