Uses of Interface
org.robokind.api.motion.messaging.RobotResponseFactory

Packages that use RobotResponseFactory
org.robokind.api.motion.messaging   
 

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

Methods in org.robokind.api.motion.messaging with parameters of type RobotResponseFactory
 void RemoteRobotHost.setResponseFactory(RobotResponseFactory factory)
          Sets the factory to use for creating new RobotResponse Messages.
 

Constructors in org.robokind.api.motion.messaging with parameters of type RobotResponseFactory
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.
 



Copyright © 2011-2013. All Rights Reserved.