| Package | Description |
|---|---|
| com.hazelcast.core | |
| com.hazelcast.impl |
| Modifier and Type | Method and Description |
|---|---|
static ItemEventType |
ItemEventType.getByType(int eventType) |
ItemEventType |
ItemEvent.getEventType() |
static ItemEventType |
ItemEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemEventType[] |
ItemEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ItemEvent(String name,
ItemEventType itemEventType,
E item,
Member member) |
| Constructor and Description |
|---|
DataAwareItemEvent(String name,
ItemEventType itemEventType,
Data itemData,
Member member) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.