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