org.ideahamster.metis.util
Class KeyboardProcessor

java.lang.Object
  |
  +--ThreadEventManager
        |
        +--org.ideahamster.metis.util.KeyboardProcessor

public class KeyboardProcessor
extends ThreadEventManager

The class used to managed the keyboard input during a spider.

Version:
2.1
Author:
Sacha Faust
See Also:
Serialized Form

Constructor Summary
KeyboardProcessor(java.io.InputStream in, ThreadEventManager mainListenner)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyboardProcessor

public KeyboardProcessor(java.io.InputStream in,
                         ThreadEventManager mainListenner)
Parameters:
in - The key pressed by the user.
mainListenner - The ThreadEventManager class that wish to receive events based on the input.
Method Detail

run

public void run()