palio
Class InstanceLifeCycleStateChangeEvent

java.lang.Object
  extended by palio.InstanceEvent
      extended by palio.InstanceLifeCycleStateChangeEvent

public class InstanceLifeCycleStateChangeEvent
extends InstanceEvent

This

Author:
Szymon Kuklewicz

Nested Class Summary
 
Nested classes/interfaces inherited from class palio.InstanceEvent
InstanceEvent.Type
 
Constructor Summary
InstanceLifeCycleStateChangeEvent(Instance instance, InstanceLifeCycleState lifeCycleState)
           
 
Method Summary
 InstanceLifeCycleState getLifeCycleState()
           
 
Methods inherited from class palio.InstanceEvent
getElement, getEventType, getInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceLifeCycleStateChangeEvent

public InstanceLifeCycleStateChangeEvent(Instance instance,
                                         InstanceLifeCycleState lifeCycleState)
Method Detail

getLifeCycleState

public InstanceLifeCycleState getLifeCycleState()