org.jboss.util
Interface ThrowableListener

All Superinterfaces:
EventListener

public interface ThrowableListener
extends EventListener

An interface used to handle Throwable events.

Version:
$Revision: 1.3 $
Author:
Jason Dillon

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

Method Detail

onThrowable

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

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.