Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Package com.tangosol.net.events

Contains classes related to the Coherence Live Event Model.

See:
          Description

Interface Summary
Event An Event object captures the necessary information required to adequately describe some activity that has occurred.
EventDispatcher An EventDispatcher is responsible for dispatching EventDispatcher.InterceptorRegistrationEvents to EventInterceptors for processing.
EventDispatcher.InterceptorRegistrationEvent An InterceptorRegistrationEvent allows EventInterceptors to observe other EventInterceptors being added or removed from an EventDispatcher instance.
EventDispatcherAwareInterceptor EventDispatcherAwareInterceptor is an EventInterceptor implementation that takes responsibility for registering itself with the EventDispatcher.
EventDispatcherRegistry An EventDispatcherRegistry manages the registration of EventDispatchers.
EventInterceptor An EventInterceptor provides an implementation that is capable of intercepting and processing Events.
InterceptorRegistry An InterceptorRegistry manages the registration of EventInterceptors and facilitates the introduction of EventInterceptors to EventDispatchers.

 

Class Summary
EventDispatcher.InterceptorRegistrationEvent.Type The InterceptorRegistrationEvent types.
EventHelper Helper class providing various functionality related to event handling.

 

Package com.tangosol.net.events Description

Contains classes related to the Coherence Live Event Model.


Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.