Package org.jboss.util
Interface ThrowableListener
-
- All Superinterfaces:
java.util.EventListener
public interface ThrowableListener extends java.util.EventListener
An interface used to handle Throwable events.- Version:
- $Revision$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onThrowable(int type, java.lang.Throwable t)
Process a throwable.
-