com.hazelcast.collection.common
Class DataAwareItemEvent
java.lang.Object
java.util.EventObject
com.hazelcast.core.ItemEvent
com.hazelcast.collection.common.DataAwareItemEvent
- All Implemented Interfaces:
- Serializable
public class DataAwareItemEvent
- extends ItemEvent
- See Also:
- Serialized Form
DataAwareItemEvent
public DataAwareItemEvent(String name,
ItemEventType itemEventType,
Data dataItem,
Member member,
SerializationService serializationService)
getItem
public Object getItem()
- Description copied from class:
ItemEvent
- Returns the item related to the event.
- Overrides:
getItem
in class ItemEvent
- Returns:
- the item related to the event.
getItemData
public Data getItemData()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.