com.yobotics.simulationconstructionset.robotcommprotocol
Class GUISideProtocolListenerThread

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

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


Constructor Summary
GUISideProtocolListenerThread(java.net.Socket socket, GUISideAbstractCommandListener commandListener)
           
GUISideProtocolListenerThread(java.net.Socket socket, GUISideAbstractCommandListener commandListener, java.util.ArrayList<NewDataListener> newDataListeners)
           
 
Method Summary
 void disconnect()
           
 java.io.DataOutputStream getDataOutputStream()
           
 GUISideProtocolListener getGUISideProtocolListener()
           
 boolean isAlive()
           
 void pause()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUISideProtocolListenerThread

public GUISideProtocolListenerThread(java.net.Socket socket,
                                     GUISideAbstractCommandListener commandListener)

GUISideProtocolListenerThread

public GUISideProtocolListenerThread(java.net.Socket socket,
                                     GUISideAbstractCommandListener commandListener,
                                     java.util.ArrayList<NewDataListener> newDataListeners)
Method Detail

getDataOutputStream

public java.io.DataOutputStream getDataOutputStream()

getGUISideProtocolListener

public GUISideProtocolListener getGUISideProtocolListener()

disconnect

public void disconnect()

isAlive

public boolean isAlive()

pause

public void pause()

run

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