org.infinispan.notifications
Interface ClassLoaderAwareListenable
- All Superinterfaces:
- Listenable
- All Known Implementing Classes:
- CacheNotifierImpl
public interface ClassLoaderAwareListenable
- extends Listenable
Interface that enhances Listenable
with the possibility of specifying the
ClassLoader
which should be set as the context class loader for the invoked
listener method
- Since:
- 5.2
- Author:
- Tristan Tarrant
addListener
void addListener(Object listener,
ClassLoader classLoader)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.