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