org.robokind.api.animation.lifecycle
Class AnimationPlayerClientLifecycle
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<AnimationPlayer,RemoteAnimationPlayerClient>
org.robokind.api.animation.lifecycle.AnimationPlayerClientLifecycle
- All Implemented Interfaces:
- ServiceLifecycleProvider<AnimationPlayer>, PropertyChangeSource
public class AnimationPlayerClientLifecycle
- extends AbstractLifecycleProvider<AnimationPlayer,RemoteAnimationPlayerClient>
- 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 |
AnimationPlayerClientLifecycle
public AnimationPlayerClientLifecycle(String animPlayerId,
String remotePlayerId,
String animSenderId)
create
protected RemoteAnimationPlayerClient create(Map<String,Object> dependencies)
- Specified by:
create in class AbstractLifecycleProvider<AnimationPlayer,RemoteAnimationPlayerClient>
handleChange
protected void handleChange(String name,
Object dependency,
Map<String,Object> availableDependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<AnimationPlayer,RemoteAnimationPlayerClient>
getServiceClass
public Class<AnimationPlayer> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<AnimationPlayer,RemoteAnimationPlayerClient>
Copyright © 2011-2013. All Rights Reserved.