autohit.system.tellio
Class TellClientEngine
java.lang.Object
autohit.system.tellio.TellClientEngine
- All Implemented Interfaces:
- java.io.Serializable
- public class TellClientEngine
- extends java.lang.Object
- implements java.io.Serializable
TELL IO working engine.
- Version:
- 1.0
Version History
EPG - Initial - 04Jan04
/code>
- Author:
- Erich P. Gatejen
- See Also:
- Serialized Form
Method Summary |
void |
init()
Initialize the engine. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATE_NONE
public static final int STATE_NONE
- TELL tokens
- See Also:
- Constant Field Values
STATE_ASKING
public static final int STATE_ASKING
- See Also:
- Constant Field Values
STATE_ASKED
public static final int STATE_ASKED
- See Also:
- Constant Field Values
STATE_TELLING
public static final int STATE_TELLING
- See Also:
- Constant Field Values
STATE_TOLD
public static final int STATE_TOLD
- See Also:
- Constant Field Values
STATE_FETCHING
public static final int STATE_FETCHING
- See Also:
- Constant Field Values
STATE_GAVE
public static final int STATE_GAVE
- See Also:
- Constant Field Values
STATE_GETTING_DATA
public static final int STATE_GETTING_DATA
- See Also:
- Constant Field Values
STATE_GIVING_DATA
public static final int STATE_GIVING_DATA
- See Also:
- Constant Field Values
STATE_ERROR
public static final int STATE_ERROR
- See Also:
- Constant Field Values
state
public int state
- instruction
TellClientEngine
public TellClientEngine()
init
public void init()
- Initialize the engine.
- Returns:
- a String containing the dump.
Test.