Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.events.partition.cache
Interface Event

All Superinterfaces:
Event
All Known Subinterfaces:
EntryEvent, EntryProcessorEvent

public interface Event
extends Event

An event dispatched by a PartitionedCacheDispatcher.

Since:
Coherence 12.1.2
Author:
rhl/hr/gg 2012.09.21

Method Summary
 PartitionedCacheDispatcher getDispatcher()
          Return the EventDispatcher this event was raised by.

 

Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor

 

Method Detail

getDispatcher

PartitionedCacheDispatcher getDispatcher()
Return the EventDispatcher this event was raised by.
Specified by:
getDispatcher in interface Event
Returns:
the EventDispatcher this event was raised by

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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