org.robokind.api.motion.lifecycle
Class RemoteRobotHostLifecycle
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<RemoteRobotHost,RemoteRobotHost>
org.robokind.api.motion.lifecycle.RemoteRobotHostLifecycle
- All Implemented Interfaces:
- ServiceLifecycleProvider<RemoteRobotHost>, PropertyChangeSource
public class RemoteRobotHostLifecycle
- extends AbstractLifecycleProvider<RemoteRobotHost,RemoteRobotHost>
- 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 |
RemoteRobotHostLifecycle
public RemoteRobotHostLifecycle(String sourceId,
String destId,
Robot.Id robotId,
String reqReceiverId,
String respSenderId,
String frameReceiverId,
String moveHandlerId)
create
protected RemoteRobotHost create(Map<String,Object> services)
- Specified by:
create in class AbstractLifecycleProvider<RemoteRobotHost,RemoteRobotHost>
handleChange
protected void handleChange(String serviceId,
Object service,
Map<String,Object> dependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<RemoteRobotHost,RemoteRobotHost>
getServiceClass
public Class<RemoteRobotHost> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<RemoteRobotHost,RemoteRobotHost>
Copyright © 2011-2013. All Rights Reserved.