com.yobotics.simulationconstructionset.robotcommprotocol
Class GUISideProtocolListener
java.lang.Object
com.yobotics.simulationconstructionset.robotcommprotocol.GUISideProtocolListener
- All Implemented Interfaces:
- UserCommandNetworkReader
public class GUISideProtocolListener
- extends java.lang.Object
- implements UserCommandNetworkReader
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUISideProtocolListener
public GUISideProtocolListener(java.io.DataInputStream dataIn,
GUISideAbstractCommandListener commandListener)
GUISideProtocolListener
public GUISideProtocolListener(java.io.DataInputStream dataIn,
GUISideAbstractCommandListener commandListener,
java.util.ArrayList<NewDataListener> newDataListeners)
processInput
public void processInput()
throws java.io.IOException
- Throws:
java.io.IOException
readInt
public int readInt()
throws java.io.IOException
- Specified by:
readInt
in interface UserCommandNetworkReader
- Throws:
java.io.IOException
readFloat
public float readFloat()
throws java.io.IOException
- Specified by:
readFloat
in interface UserCommandNetworkReader
- Throws:
java.io.IOException
readDouble
public double readDouble()
throws java.io.IOException
- Specified by:
readDouble
in interface UserCommandNetworkReader
- Throws:
java.io.IOException