org.granite.tide.cdi
Class EventState

java.lang.Object
  extended by org.granite.tide.cdi.EventState
All Implemented Interfaces:
Serializable

@RequestScoped
public class EventState
extends Object
implements Serializable

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
EventState()
           
 
Method Summary
 void setWasCreated(boolean wasCreated)
           
 void setWasLongRunning(boolean wasLongRunning)
           
 boolean wasCreated()
           
 boolean wasLongRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventState

public EventState()
Method Detail

wasLongRunning

public boolean wasLongRunning()

setWasLongRunning

public void setWasLongRunning(boolean wasLongRunning)

wasCreated

public boolean wasCreated()

setWasCreated

public void setWasCreated(boolean wasCreated)