Uses of Interface
org.jboss.util.ThrowableListener
-
Packages that use ThrowableListener Package Description org.jboss.util Utility classes and interfaces. -
-
Uses of ThrowableListener in org.jboss.util
Fields in org.jboss.util with type parameters of type ThrowableListener Modifier and Type Field Description protected static java.util.List<ThrowableListener>ThrowableHandler. listenersThe list of listenersMethods in org.jboss.util with parameters of type ThrowableListener Modifier and Type Method Description static voidThrowableHandler. addThrowableListener(ThrowableListener listener)Add a ThrowableListener to the listener list.static voidThrowableHandler. removeThrowableListener(ThrowableListener listener)Remove a ThrowableListener from the listener list.
-