Interface ClassLoaderAwareFilteringListenable<K,V>

All Superinterfaces:
FilteringListenable<K,V>, Listenable
All Known Subinterfaces:
CacheNotifier<K,V>, ClusterCacheNotifier<K,V>, DataConversionAwareListenable<K,V>
All Known Implementing Classes:
CacheNotifierImpl

public interface ClassLoaderAwareFilteringListenable<K,V> extends FilteringListenable<K,V>
Interface that enhances FilteringListenable with the possibility of specifying the ClassLoader which should be set as the context class loader for the invoked listener method
Since:
6.0
Author:
Manik Surtani
See Also: