com.yobotics.simulationconstructionset.robotcommprotocol
Class DoNothingGUISideCommandListener

java.lang.Object
  extended by com.yobotics.simulationconstructionset.robotcommprotocol.DoNothingGUISideCommandListener
All Implemented Interfaces:
GUISideAbstractCommandListener

public class DoNothingGUISideCommandListener
extends java.lang.Object
implements GUISideAbstractCommandListener


Constructor Summary
DoNothingGUISideCommandListener()
           
 
Method Summary
 void doAllRegistries(java.lang.String[] registryNames)
           
 void doAllVars(int nvars, java.lang.String[] vars, float[] vals)
           
 void doData(float[] data)
           
 void doDisconnect()
           
 void doHello(java.lang.String name, java.lang.String info)
           
 void doPeriod(int periodmsec)
           
 void doRegistrySettingsProcessed(int registrySettingsIdentifier)
           
 void doSet(int index, float value)
           
 void doTextMessage(java.lang.String message)
           
 void doUserCommand(java.lang.String command)
           
 boolean hasReceivedSameCommands(DoNothingGUISideCommandListener doNothingGUISideCommandListener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothingGUISideCommandListener

public DoNothingGUISideCommandListener()
Method Detail

hasReceivedSameCommands

public boolean hasReceivedSameCommands(DoNothingGUISideCommandListener doNothingGUISideCommandListener)

doHello

public void doHello(java.lang.String name,
                    java.lang.String info)
Specified by:
doHello in interface GUISideAbstractCommandListener

doAllRegistries

public void doAllRegistries(java.lang.String[] registryNames)
Specified by:
doAllRegistries in interface GUISideAbstractCommandListener

doAllVars

public void doAllVars(int nvars,
                      java.lang.String[] vars,
                      float[] vals)
Specified by:
doAllVars in interface GUISideAbstractCommandListener

doRegistrySettingsProcessed

public void doRegistrySettingsProcessed(int registrySettingsIdentifier)
Specified by:
doRegistrySettingsProcessed in interface GUISideAbstractCommandListener

doSet

public void doSet(int index,
                  float value)
Specified by:
doSet in interface GUISideAbstractCommandListener

doPeriod

public void doPeriod(int periodmsec)
Specified by:
doPeriod in interface GUISideAbstractCommandListener

doUserCommand

public void doUserCommand(java.lang.String command)
Specified by:
doUserCommand in interface GUISideAbstractCommandListener

doData

public void doData(float[] data)
Specified by:
doData in interface GUISideAbstractCommandListener

doTextMessage

public void doTextMessage(java.lang.String message)
Specified by:
doTextMessage in interface GUISideAbstractCommandListener

doDisconnect

public void doDisconnect()
Specified by:
doDisconnect in interface GUISideAbstractCommandListener