org.robokind.api.motion.lifecycle
Class RobotMoveHandlerLifecycle
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<Listener,RobotMoveHandler>
org.robokind.api.motion.lifecycle.RobotMoveHandlerLifecycle
- All Implemented Interfaces:
- ServiceLifecycleProvider<Listener>, PropertyChangeSource
public class RobotMoveHandlerLifecycle
- extends AbstractLifecycleProvider<Listener,RobotMoveHandler>
- 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 |
RobotMoveHandlerLifecycle
public RobotMoveHandlerLifecycle(String moveHandlerId,
Robot.Id robotId)
create
protected RobotMoveHandler create(Map<String,Object> dependencies)
- Specified by:
create in class AbstractLifecycleProvider<Listener,RobotMoveHandler>
handleChange
protected void handleChange(String name,
Object dependency,
Map<String,Object> availableDependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<Listener,RobotMoveHandler>
getServiceClass
public Class<Listener> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<Listener,RobotMoveHandler>
Copyright © 2011-2012. All Rights Reserved.