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 doAllRegistriesAndVariables(java.lang.String[] registryNames, java.lang.String[][] variableNames, float[][] initialValues)
           
 void doData(float[] data)
           
 void doDisconnect()
           
 void doHello(java.lang.String name, java.lang.String info)
           
 void doPeriod(int periodmsec)
           
 void doRegistrySettingsProcessed(int[] registryIndices, boolean[] isSent, boolean[] isDisallowSendingSet, boolean[] isLogged, 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

doAllRegistriesAndVariables

public void doAllRegistriesAndVariables(java.lang.String[] registryNames,
                                        java.lang.String[][] variableNames,
                                        float[][] initialValues)
Specified by:
doAllRegistriesAndVariables in interface GUISideAbstractCommandListener

doRegistrySettingsProcessed

public void doRegistrySettingsProcessed(int[] registryIndices,
                                        boolean[] isSent,
                                        boolean[] isDisallowSendingSet,
                                        boolean[] isLogged,
                                        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