com.hazelcast.map.impl.mapstore.writebehind
Class StoreEvent<E>

java.lang.Object
  extended by java.util.EventObject
      extended by com.hazelcast.map.impl.mapstore.writebehind.StoreEvent<E>
Type Parameters:
E -
All Implemented Interfaces:
Serializable

public final class StoreEvent<E>
extends EventObject

For internal usage only.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
static
<E> StoreEvent<E>
createStoreEvent(E source)
           
 E getSource()
           
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

createStoreEvent

public static <E> StoreEvent<E> createStoreEvent(E source)

getSource

public E getSource()
Overrides:
getSource in class EventObject


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.