|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> respRec)
Sets the MessageReceiver to receive RobotResponses. |
protected 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.messaging.messages |
|---|
| Subinterfaces of RobotResponse in org.robokind.api.motion.messaging.messages | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||