com.yobotics.simulationconstructionset.robotcommprotocol
Class GUISideProtocolListenerThread
java.lang.Object
com.yobotics.simulationconstructionset.robotcommprotocol.GUISideProtocolListenerThread
- All Implemented Interfaces:
- java.lang.Runnable
public class GUISideProtocolListenerThread
- extends java.lang.Object
- implements java.lang.Runnable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUISideProtocolListenerThread
public GUISideProtocolListenerThread(java.net.Socket socket,
GUISideAbstractCommandListener commandListener)
GUISideProtocolListenerThread
public GUISideProtocolListenerThread(java.net.Socket socket,
GUISideAbstractCommandListener commandListener,
java.util.ArrayList<NewDataListener> newDataListeners)
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