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:
- org.robokind.api.common.lifecycle.ServiceLifecycleProvider<RemoteRobotClient>, org.robokind.api.common.property.PropertyChangeSource
public class RemoteRobotClientLifecycle
- extends org.robokind.api.common.lifecycle.AbstractLifecycleProvider<RemoteRobotClient,RemoteRobotClient>
- Author:
- Matthew Stevenson
Nested classes/interfaces inherited from interface org.robokind.api.common.lifecycle.ServiceLifecycleProvider |
org.robokind.api.common.lifecycle.ServiceLifecycleProvider.Validator |
Fields inherited from class org.robokind.api.common.lifecycle.AbstractLifecycleProvider |
myRegistrationProperties, myService, myServiceClassNames |
Fields inherited from interface org.robokind.api.common.lifecycle.ServiceLifecycleProvider |
PROP_DEPENDENCY_ADDED, PROP_DEPENDENCY_REMOVED |
Methods inherited from class org.robokind.api.common.lifecycle.AbstractLifecycleProvider |
addRuntimeDependency, dependencyChanged, getDependencyDescriptors, getRegistrationProperties, getService, getServiceClassNames, isSatisfied, removeRuntimeDependency, start, stop |
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 |
Methods inherited from interface org.robokind.api.common.property.PropertyChangeSource |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
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 org.robokind.api.common.lifecycle.AbstractLifecycleProvider<RemoteRobotClient,RemoteRobotClient>
handleChange
protected void handleChange(String serviceId,
Object service,
Map<String,Object> dependencies)
- Specified by:
handleChange
in class org.robokind.api.common.lifecycle.AbstractLifecycleProvider<RemoteRobotClient,RemoteRobotClient>
getServiceClass
public Class<RemoteRobotClient> getServiceClass()
- Specified by:
getServiceClass
in class org.robokind.api.common.lifecycle.AbstractLifecycleProvider<RemoteRobotClient,RemoteRobotClient>
Copyright © 2011-2013. All Rights Reserved.