|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject com.hazelcast.core.ItemEvent<E>
public class ItemEvent<E>
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ItemEvent(String name,
int eventType,
E item)
|
|
ItemEvent(String name,
ItemEventType itemEventType,
E item)
|
Method Summary | |
---|---|
ItemEventType |
getEventType()
|
E |
getItem()
|
String |
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 ItemEvent(String name, int eventType, E item)
public ItemEvent(String name, ItemEventType itemEventType, E item)
Method Detail |
---|
public ItemEventType getEventType()
public E getItem()
public String toString()
toString
in class EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |