|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.hazelcast.core.ItemEvent
com.hazelcast.collection.common.DataAwareItemEvent
public class DataAwareItemEvent
An ItemEvent that is able to store a Data.
| Field Summary |
|---|
| Fields inherited from class com.hazelcast.core.ItemEvent |
|---|
item |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DataAwareItemEvent(String name,
ItemEventType itemEventType,
Data dataItem,
Member member,
SerializationService serializationService)
|
|
| Method Summary | |
|---|---|
Object |
getItem()
Returns the item related to the event. |
Data |
getItemData()
|
| Methods inherited from class com.hazelcast.core.ItemEvent |
|---|
getEventType, getMember, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataAwareItemEvent(String name,
ItemEventType itemEventType,
Data dataItem,
Member member,
SerializationService serializationService)
| Method Detail |
|---|
public Object getItem()
ItemEvent
getItem in class ItemEventpublic Data getItemData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||