com.yobotics.simulationconstructionset.robotcommprotocol
Class DoNothingGUISideCommandListener
java.lang.Object
com.yobotics.simulationconstructionset.robotcommprotocol.DoNothingGUISideCommandListener
- All Implemented Interfaces:
- GUISideAbstractCommandListener
public class DoNothingGUISideCommandListener
- extends java.lang.Object
- implements GUISideAbstractCommandListener
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoNothingGUISideCommandListener
public DoNothingGUISideCommandListener()
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