JBoss Common Classes 2.2.17.GA

org.jboss.util
Interface ThrowableListener

All Superinterfaces:
EventListener

public interface ThrowableListener
extends EventListener

An interface used to handle Throwable events.

Version:
$Revision: 1958 $
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

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.