Class EventObserverSupport
- java.lang.Object
 - 
- com.oracle.coherence.spring.event.liveevent.EventObserverSupport
 
 
- 
public class EventObserverSupport extends java.lang.ObjectManages registration of observer methods withInterceptorRegistryuponConfigurableCacheFactoryactivation, and their subsequent un-registration on deactivation.- Since:
 - 3.0
 - Author:
 - Jonathan Knight, Gunnar Hillert
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EventObserverSupport() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends com.tangosol.net.events.Event<T>,T extends java.lang.Enum<T>>
EventHandler<E,T>createObserver(java.lang.Class<E> type, MethodEventObserver<E> observer) 
 - 
 
- 
- 
Method Detail
- 
createObserver
public static <E extends com.tangosol.net.events.Event<T>,T extends java.lang.Enum<T>> EventHandler<E,T> createObserver(java.lang.Class<E> type, MethodEventObserver<E> observer)
 
 - 
 
 -