org.jbrain.qlink.state
Class GetUserInfoState

java.lang.Object
  |
  +--org.jbrain.qlink.state.AbstractState
        |
        +--org.jbrain.qlink.state.GetUserInfoState
All Implemented Interfaces:
QState

public class GetUserInfoState
extends AbstractState


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

Constructor Detail

GetUserInfoState

public GetUserInfoState(QSession session)
Method Detail

activate

public void activate()
              throws java.io.IOException
Specified by:
activate in interface QState
Overrides:
activate in class AbstractState
java.io.IOException

execute

public boolean execute(Action a)
                throws java.io.IOException
Specified by:
execute in interface QState
Overrides:
execute in class AbstractState
java.io.IOException