Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.events
Interface EventInterceptor

All Known Subinterfaces:
EventDispatcherAwareInterceptor

public interface EventInterceptor

An EventInterceptor provides an implementation that is capable of intercepting and processing Events.

While it's possible for EventInterceptor instances to be reused, they should be immutable or thread-safe such that an interceptor could be dispatched by multiple threads concurrently.

Since:
Coherence 12.1.2
Author:
nsa, rhan, bo, mwj, rhl, hr 2011.03.29

Method Summary
 void onEvent(Event event)
          Perform necessary processing of the specified Event.

 

Method Detail

onEvent

void onEvent(Event event)
Perform necessary processing of the specified Event.
Parameters:
event - the Event to be processed
See Also:
Event.nextInterceptor()

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.