org.jbrain.qlink.state
Class DeleteUserNameState

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

public class DeleteUserNameState
extends AbstractState


Field Summary
 
Fields inherited from class org.jbrain.qlink.state.AbstractState
_session
 
Constructor Summary
DeleteUserNameState(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

DeleteUserNameState

public DeleteUserNameState(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