Uses of Interface
org.robokind.api.motion.messaging.messages.RobotResponse

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

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,?,Listener<RobotResponse>> respRec)
           
 void RemoteRobotClient.setResponseReceiver(MessageBlockingReceiver<RobotResponse,?,Listener<RobotResponse>> respRec)
           
protected  void RemoteRobotHost.setResponseSender(MessageSender<RobotResponse,?,Listener<RobotResponse>> sender)
           
protected  void RemoteRobotHost.setResponseSender(MessageSender<RobotResponse,?,Listener<RobotResponse>> sender)
           
 

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

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

Subinterfaces of RobotResponse in org.robokind.api.motion.messaging.messages
 interface RobotDefinitionResponse
           
static interface RobotResponse.RobotPositionResponse
           
static interface RobotResponse.RobotStatusResponse
           
 



Copyright © 2011-2012. All Rights Reserved.