org.cogchar.bind.rk.robot.client
Interface RobotSelector

All Superinterfaces:
org.robokind.api.common.property.PropertyChangeSource
All Known Implementing Classes:
RobotSelector.OSGiRobotSelector

public interface RobotSelector
extends org.robokind.api.common.property.PropertyChangeSource

Author:
Matthew Stevenson

Nested Class Summary
static class RobotSelector.OSGiRobotSelector
           
 
Method Summary
 List<org.robokind.api.motion.Robot.Id> getAvailableIds()
           
 org.robokind.api.motion.Robot.Id getSelectedId()
           
 void selectId(org.robokind.api.motion.Robot.Id robotId)
           
 
Methods inherited from interface org.robokind.api.common.property.PropertyChangeSource
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 

Method Detail

getAvailableIds

List<org.robokind.api.motion.Robot.Id> getAvailableIds()

getSelectedId

org.robokind.api.motion.Robot.Id getSelectedId()

selectId

void selectId(org.robokind.api.motion.Robot.Id robotId)


Copyright © 2010-2014. All Rights Reserved.