com.yobotics.simulationconstructionset.robotcommprotocol
Class RobotProtocolListenerThread

java.lang.Object
  extended by com.yobotics.simulationconstructionset.robotcommprotocol.RobotProtocolListenerThread
All Implemented Interfaces:
java.lang.Runnable

public class RobotProtocolListenerThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
RobotProtocolListenerThread(java.net.Socket socket, CommandListener commandListener, SendIndexMap sendIndexMap)
           
 
Method Summary
 void disconnect()
           
 RobotProtocolListener getRobotProtocolListener()
           
 boolean isAlive()
           
 void pause()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotProtocolListenerThread

public RobotProtocolListenerThread(java.net.Socket socket,
                                   CommandListener commandListener,
                                   SendIndexMap sendIndexMap)
Method Detail

getRobotProtocolListener

public RobotProtocolListener getRobotProtocolListener()

disconnect

public void disconnect()

isAlive

public boolean isAlive()

pause

public void pause()

run

public void run()
Specified by:
run in interface java.lang.Runnable