org.jbrain.qlink.state
Class AbstractPhaseState

java.lang.Object
  |
  +--org.jbrain.qlink.state.AbstractState
        |
        +--org.jbrain.qlink.state.AbstractPhaseState
All Implemented Interfaces:
QState
Direct Known Subclasses:
AbstractAccountState, AbstractDialogState, PlayGame

public abstract class AbstractPhaseState
extends AbstractState


Field Summary
 
Fields inherited from class org.jbrain.qlink.state.AbstractState
_session
 
Constructor Summary
AbstractPhaseState(QSession session, int phase)
           
 
Method Summary
protected  int getPhase()
           
protected  void setPhase(int phase)
           
 
Methods inherited from class org.jbrain.qlink.state.AbstractState
activate, checkEmail, execute, getName, passivate, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPhaseState

public AbstractPhaseState(QSession session,
                          int phase)
Parameters:
phase -
Method Detail

getPhase

protected int getPhase()

setPhase

protected void setPhase(int phase)