org.erights.e.elib.vat
Class AWTProblemHandler

java.lang.Object
  |
  +--org.erights.e.elib.vat.AWTProblemHandler

class AWTProblemHandler
extends Object

As mandated by JDK1.3's java.awt.EventDispatchThread#handleException(Throwable)

Author:
Mark S. Miller

Constructor Summary
AWTProblemHandler()
          As mandated by JDK1.3's java.awt.EventDispatchThread#handleException(Throwable)
 
Method Summary
 void handle(Throwable problem)
          As mandated by JDK1.3's java.awt.EventDispatchThread#handleException(Throwable)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTProblemHandler

public AWTProblemHandler()
As mandated by JDK1.3's java.awt.EventDispatchThread#handleException(Throwable)

Method Detail

handle

public void handle(Throwable problem)
As mandated by JDK1.3's java.awt.EventDispatchThread#handleException(Throwable)



comments?