org.apache.geronimo.common
Interface ThrowableListener

All Superinterfaces:
EventListener

public interface ThrowableListener
extends EventListener

An interface used to handle Throwable events.

Version:
$Revision: 1.6 $ $Date: 2004/03/10 09:58:25 $

Method Summary
 void onThrowable(int type, Throwable t)
          Process a throwable.
 

Method Detail

onThrowable

public void onThrowable(int type,
                        Throwable t)
Process a throwable.

Parameters:
type - The type off the throwable.
t - Throwable


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.