org.gcube.common.core.utils.handlers.lifetime
Class State.Created

java.lang.Object
  extended by org.gcube.common.core.utils.handlers.lifetime.State
      extended by org.gcube.common.core.utils.handlers.lifetime.State.Created
Enclosing class:
State

public static class State.Created
extends State

Specialises State for the (private) start state of a handler.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.common.core.utils.handlers.lifetime.State
State.Created, State.Done, State.Failed, State.Running, State.Suspended
 
Field Summary
static State.Created INSTANCE
           
 
Constructor Summary
State.Created()
           
 
Method Summary
protected  void addPrevious(List<State> previous)
          Adds the states from which a handler may transition to this state.
 
Methods inherited from class org.gcube.common.core.utils.handlers.lifetime.State
equals, getLifetimeEvent, getPrevious, hashCode, onEnter, onExit, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final State.Created INSTANCE
Constructor Detail

State.Created

public State.Created()
Method Detail

addPrevious

protected void addPrevious(List<State> previous)
Description copied from class: State
Adds the states from which a handler may transition to this state.

Specified by:
addPrevious in class State
Parameters:
previous - the previous states.


Copyright © 2013. All Rights Reserved.