com.yobotics.simulationconstructionset.robotcommprotocol
Class RobotConnectionGUIUpdater

java.lang.Object
  extended by com.yobotics.simulationconstructionset.robotcommprotocol.RobotConnectionGUIUpdater
All Implemented Interfaces:
CreatedNewVariablesListener, ReceivedDataListener

public class RobotConnectionGUIUpdater
extends java.lang.Object
implements CreatedNewVariablesListener, ReceivedDataListener


Constructor Summary
RobotConnectionGUIUpdater(SimulationConstructionSet scs)
           
 
Method Summary
 void createdNewVariable(YoVariable variable)
           
 void createdNewVariables(VarList newVariables)
           
 void receivedData(java.util.ArrayList<YoVariable> sendVariables)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotConnectionGUIUpdater

public RobotConnectionGUIUpdater(SimulationConstructionSet scs)
Method Detail

receivedData

public void receivedData(java.util.ArrayList<YoVariable> sendVariables)
Specified by:
receivedData in interface ReceivedDataListener

createdNewVariables

public void createdNewVariables(VarList newVariables)
Specified by:
createdNewVariables in interface CreatedNewVariablesListener

createdNewVariable

public void createdNewVariable(YoVariable variable)
Specified by:
createdNewVariable in interface CreatedNewVariablesListener