站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

ThrowableListener (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util
Interface ThrowableListener

All Superinterfaces:
EventListener

public interface ThrowableListener
extends EventListener

An interface used to handle Throwable events.

Version:
$Revision: 1.2 $
Author:
Jason Dillon

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 © 2002 JBoss Group, LLC. All Rights Reserved.