Class LifecycleEventHandler
java.lang.Object
com.oracle.coherence.spring.event.liveevent.handler.EventHandler<com.tangosol.net.events.application.LifecycleEvent,com.tangosol.net.events.application.LifecycleEvent.Type>
com.oracle.coherence.spring.event.liveevent.handler.LifecycleEventHandler
- All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.application.LifecycleEvent>
,com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.application.LifecycleEvent>
public class LifecycleEventHandler
extends EventHandler<com.tangosol.net.events.application.LifecycleEvent,com.tangosol.net.events.application.LifecycleEvent.Type>
Handler for
LifecycleEvent
s.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Field Summary
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
eventTypes, observer
-
Constructor Summary
ConstructorDescriptionLifecycleEventHandler
(MethodEventObserver<com.tangosol.net.events.application.LifecycleEvent> observer) -
Method Summary
Methods inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
getEventTypes, getId, introduceEventDispatcher, onEvent, removeScope
-
Constructor Details
-
LifecycleEventHandler
public LifecycleEventHandler(MethodEventObserver<com.tangosol.net.events.application.LifecycleEvent> observer)
-