Uses of Interface
org.robokind.api.motion.protocol.RobotResponse

Packages that use RobotResponse
org.robokind.api.motion.messaging   
org.robokind.api.motion.protocol   
 

Uses of RobotResponse in org.robokind.api.motion.messaging
 

Method parameters in org.robokind.api.motion.messaging with type arguments of type RobotResponse
 void RemoteRobotClient.setResponseReceiver(MessageBlockingReceiver<RobotResponse> respRec)
          Sets the MessageReceiver to receive RobotResponses.
 void RemoteRobotHost.setResponseSender(MessageSender<RobotResponse> sender)
          Sets the MessageSender to send RobotResponses.
 

Constructor parameters in org.robokind.api.motion.messaging with type arguments of type RobotResponse
RemoteRobotHost(Robot robot, String sourceId, String destinationId, MessageSender<RobotResponse> sender, MessageAsyncReceiver<RobotRequest> receiver, RobotResponseFactory factory, MessageAsyncReceiver<MotionFrameEvent> motionFrameReceiver, Listener<MotionFrameEvent> moveHandler)
          Creates a new RemoteRobotHost to host the given Robot.
 

Uses of RobotResponse in org.robokind.api.motion.protocol
 

Subinterfaces of RobotResponse in org.robokind.api.motion.protocol
 interface RobotDefinitionResponse
          RobotResponse to a Robot definition request.
static interface RobotResponse.RobotPositionResponse
          RobotResponse with a RobotPositionMap.
static interface RobotResponse.RobotStatusResponse
          RobotResponse to indicate a boolean status.
 



Copyright © 2011-2012. All Rights Reserved.