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
 

Methods in org.robokind.api.motion.messaging that return types with arguments of type RobotResponse
 org.robokind.api.messaging.MessageSender<RobotResponse> RemoteRobotHost.getResponseSender()
           
 

Method parameters in org.robokind.api.motion.messaging with type arguments of type RobotResponse
 void RemoteRobotClient.setResponseReceiver(org.robokind.api.messaging.MessageBlockingReceiver<RobotResponse> respRec)
          Sets the MessageReceiver to receive RobotResponses.
 void RemoteRobotHost.setResponseSender(org.robokind.api.messaging.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, org.robokind.api.messaging.MessageSender<RobotResponse> sender, org.robokind.api.messaging.MessageAsyncReceiver<RobotRequest> receiver, RobotResponseFactory factory, org.robokind.api.messaging.MessageAsyncReceiver<MotionFrameEvent> motionFrameReceiver, org.jflux.api.core.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-2013. All Rights Reserved.