org.robokind.api.motion.lifecycle
Class RemoteRobotLifecycle
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<Robot,RemoteRobot>
org.robokind.api.motion.lifecycle.RemoteRobotLifecycle
- All Implemented Interfaces:
- ServiceLifecycleProvider<Robot>, PropertyChangeSource
public class RemoteRobotLifecycle
- extends AbstractLifecycleProvider<Robot,RemoteRobot>
- Author:
- Matthew Stevenson
| Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
addPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteRobotLifecycle
public RemoteRobotLifecycle(Robot.Id robotId)
create
protected RemoteRobot create(Map<String,Object> services)
- Specified by:
create in class AbstractLifecycleProvider<Robot,RemoteRobot>
handleChange
protected void handleChange(String serviceId,
Object service,
Map<String,Object> dependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<Robot,RemoteRobot>
getServiceClass
public Class<Robot> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<Robot,RemoteRobot>
Copyright © 2011-2012. All Rights Reserved.