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. listeners
The list of listenersMethods in org.jboss.util with parameters of type ThrowableListener Modifier and Type Method Description static void
ThrowableHandler. addThrowableListener(ThrowableListener listener)
Add a ThrowableListener to the listener list.static void
ThrowableHandler. removeThrowableListener(ThrowableListener listener)
Remove a ThrowableListener from the listener list.
-