com.hazelcast.core
Class InstanceEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.hazelcast.core.InstanceEvent
All Implemented Interfaces:
Serializable

public class InstanceEvent
extends EventObject

See Also:
Serialized Form

Nested Class Summary
static class InstanceEvent.InstanceEventType
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InstanceEvent(InstanceEvent.InstanceEventType instanceEventType, Instance instance)
           
 
Method Summary
 InstanceEvent.InstanceEventType getEventType()
           
 Instance getInstance()
           
 Instance.InstanceType getInstanceType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceEvent

public InstanceEvent(InstanceEvent.InstanceEventType instanceEventType,
                     Instance instance)
Method Detail

getEventType

public InstanceEvent.InstanceEventType getEventType()

getInstanceType

public Instance.InstanceType getInstanceType()

getInstance

public Instance getInstance()


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.