org.jbrain.qlink.state
Class EntryDialogState

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

public class EntryDialogState
extends AbstractDialogState


Field Summary
static int PHASE_TERMINATE
           
 
Fields inherited from class org.jbrain.qlink.state.AbstractDialogState
_callback, _dialog, PHASE_ALLOCATE, PHASE_RESPONSE
 
Fields inherited from class org.jbrain.qlink.state.AbstractState
_session
 
Constructor Summary
EntryDialogState(QSession session, EntryDialog dialog, DialogCallBack callback)
           
 
Method Summary
 boolean execute(Action a)
           
 
Methods inherited from class org.jbrain.qlink.state.AbstractDialogState
activate
 
Methods inherited from class org.jbrain.qlink.state.AbstractPhaseState
getPhase, setPhase
 
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
 

Field Detail

PHASE_TERMINATE

public static final int PHASE_TERMINATE
See Also:
Constant Field Values
Constructor Detail

EntryDialogState

public EntryDialogState(QSession session,
                        EntryDialog dialog,
                        DialogCallBack callback)
Method Detail

execute

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