public interface ClassLoaderAwareFilteringListenable extends FilteringListenable
FilteringListenable
with the possibility of specifying the
ClassLoader
which should be set as the context class loader for the invoked
listener methodClassLoaderAwareListenable
,
FilteringListenable
Modifier and Type | Method and Description |
---|---|
void |
addListener(Object listener,
KeyFilter filter,
ClassLoader classLoader)
Adds a listener to the component.
|
addListener
addListener, getListeners, removeListener
void addListener(Object listener, KeyFilter filter, ClassLoader classLoader)
Listener
and
further to that, contain methods annotated appropriately, otherwise the listener will not be registered.
See the Listener
annotation for more information.
listener
- must not be null.classLoader
- class loaderCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.