com.yobotics.simulationconstructionset.robotcommprotocol
Class SCSRobotGUICommunicatorComponents

java.lang.Object
  extended by com.yobotics.simulationconstructionset.robotcommprotocol.SCSRobotGUICommunicatorComponents
All Implemented Interfaces:
ExitActionListener, DoDisconnectListener

public class SCSRobotGUICommunicatorComponents
extends java.lang.Object
implements ExitActionListener, DoDisconnectListener


Nested Class Summary
 class SCSRobotGUICommunicatorComponents.ConnectButton
           
 class SCSRobotGUICommunicatorComponents.PauseButton
           
 class SCSRobotGUICommunicatorComponents.RecordCheckBox
           
 
Constructor Summary
SCSRobotGUICommunicatorComponents(RobotConnection connection)
           
 
Method Summary
 void doDisconnect()
           
 void exitActionPerformed()
           
 void putButtonsAndExitActionListenerOnSimulationGUI(SimulationConstructionSet simulationConstructionSet)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCSRobotGUICommunicatorComponents

public SCSRobotGUICommunicatorComponents(RobotConnection connection)
Method Detail

doDisconnect

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

putButtonsAndExitActionListenerOnSimulationGUI

public void putButtonsAndExitActionListenerOnSimulationGUI(SimulationConstructionSet simulationConstructionSet)

exitActionPerformed

public void exitActionPerformed()
Specified by:
exitActionPerformed in interface ExitActionListener