public class InstanceEvent extends EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceEvent.InstanceEventType |
source| Constructor and Description |
|---|
InstanceEvent(InstanceEvent.InstanceEventType instanceEventType,
Instance instance) |
| Modifier and Type | Method and Description |
|---|---|
InstanceEvent.InstanceEventType |
getEventType() |
Instance |
getInstance() |
Instance.InstanceType |
getInstanceType() |
getSource, toStringpublic InstanceEvent(InstanceEvent.InstanceEventType instanceEventType, Instance instance)
public InstanceEvent.InstanceEventType getEventType()
public Instance.InstanceType getInstanceType()
public Instance getInstance()
Copyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.