org.robokind.api.speech.viseme.lifecycle
Class VisemeBindingManagerLifecycle
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<VisemeBindingManager,VisemeBindingManager>
org.robokind.api.speech.viseme.lifecycle.VisemeBindingManagerLifecycle
- All Implemented Interfaces:
- ServiceLifecycleProvider<VisemeBindingManager>, PropertyChangeSource
public class VisemeBindingManagerLifecycle
- extends AbstractLifecycleProvider<VisemeBindingManager,VisemeBindingManager>
- 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 |
VisemeBindingManagerLifecycle
public VisemeBindingManagerLifecycle(Properties registrationProps)
- Creates a new lifecycle provider for a VisemeEventNotifier which uses
the given SpeechService.
- Parameters:
speechServiceId - SpeechService for the VisemeEventNotifier to use
create
protected VisemeBindingManager create(Map<String,Object> services)
- Specified by:
create in class AbstractLifecycleProvider<VisemeBindingManager,VisemeBindingManager>
handleChange
protected void handleChange(String serviceId,
Object service,
Map<String,Object> dependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<VisemeBindingManager,VisemeBindingManager>
getServiceClass
public Class<VisemeBindingManager> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<VisemeBindingManager,VisemeBindingManager>
Copyright © 2011-2013. All Rights Reserved.