|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.terminal.TerminalInputChaff
Constructor Summary | |
TerminalInputChaff()
|
Method Summary | |
void |
dispenseChaff()
|
void |
run()
|
protected abstract void |
sendFakeChar()
|
protected abstract void |
sendTypedChar(int c)
|
void |
startChaff()
|
void |
stopChaff()
|
void |
typedChar(char c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.mindbright.terminal.TerminalInputListener |
sendBytes, signalWindowChanged |
Constructor Detail |
public TerminalInputChaff()
Method Detail |
public void startChaff()
public void stopChaff()
public void typedChar(char c)
typedChar
in interface TerminalInputListener
public void run()
run
in interface java.lang.Runnable
public void dispenseChaff()
protected abstract void sendTypedChar(int c)
protected abstract void sendFakeChar()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |