public class VisemeEventNotifierLifecycle extends org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<VisemeEventNotifier,VisemeEventNotifier>
| Constructor and Description |
|---|
VisemeEventNotifierLifecycle(String speechServiceId)
Creates a new lifecycle provider for a VisemeEventNotifier which uses
the given SpeechService.
|
| Modifier and Type | Method and Description |
|---|---|
protected VisemeEventNotifier |
create(Map<String,Object> services) |
Class<VisemeEventNotifier> |
getServiceClass() |
protected void |
handleChange(String serviceId,
Object service,
Map<String,Object> dependencies) |
addRuntimeDependency, dependencyChanged, getDependencyDescriptors, getRegistrationProperties, getService, getServiceClassNames, isSatisfied, removeRuntimeDependency, start, stopaddPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListenerpublic VisemeEventNotifierLifecycle(String speechServiceId)
speechServiceId - SpeechService for the VisemeEventNotifier to useprotected VisemeEventNotifier create(Map<String,Object> services)
create in class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<VisemeEventNotifier,VisemeEventNotifier>protected void handleChange(String serviceId, Object service, Map<String,Object> dependencies)
handleChange in class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<VisemeEventNotifier,VisemeEventNotifier>public Class<VisemeEventNotifier> getServiceClass()
getServiceClass in class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<VisemeEventNotifier,VisemeEventNotifier>Copyright © 2011-2014. All Rights Reserved.