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