|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<VisemeEventNotifier,VisemeEventNotifier>
org.robokind.api.speech.viseme.lifecycle.VisemeEventNotifierLifecycle
public class VisemeEventNotifierLifecycle
Lifecycle provider for a VisemeEventNotifier.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.robokind.api.common.lifecycle.ServiceLifecycleProvider |
---|
org.robokind.api.common.lifecycle.ServiceLifecycleProvider.Validator |
Field Summary |
---|
Fields inherited from class org.robokind.api.common.lifecycle.AbstractLifecycleProvider |
---|
myRegistrationProperties, myService, myServiceClassNames |
Fields inherited from interface org.robokind.api.common.lifecycle.ServiceLifecycleProvider |
---|
PROP_DEPENDENCY_ADDED, PROP_DEPENDENCY_REMOVED |
Constructor Summary | |
---|---|
VisemeEventNotifierLifecycle(String speechServiceId)
Creates a new lifecycle provider for a VisemeEventNotifier which uses the given SpeechService. |
Method Summary | |
---|---|
protected VisemeEventNotifier |
create(Map<String,Object> services)
|
Class<VisemeEventNotifier> |
getServiceClass()
|
protected void |
handleChange(String serviceId,
Object service,
Map<String,Object> dependencies)
|
Methods inherited from class org.robokind.api.common.lifecycle.AbstractLifecycleProvider |
---|
addRuntimeDependency, dependencyChanged, getDependencyDescriptors, getRegistrationProperties, getService, getServiceClassNames, isSatisfied, removeRuntimeDependency, start, stop |
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 |
Methods inherited from interface org.robokind.api.common.property.PropertyChangeSource |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Constructor Detail |
---|
public VisemeEventNotifierLifecycle(String speechServiceId)
speechServiceId
- SpeechService for the VisemeEventNotifier to useMethod Detail |
---|
protected VisemeEventNotifier create(Map<String,Object> services)
create
in class org.robokind.api.common.lifecycle.AbstractLifecycleProvider<VisemeEventNotifier,VisemeEventNotifier>
protected void handleChange(String serviceId, Object service, Map<String,Object> dependencies)
handleChange
in class org.robokind.api.common.lifecycle.AbstractLifecycleProvider<VisemeEventNotifier,VisemeEventNotifier>
public Class<VisemeEventNotifier> getServiceClass()
getServiceClass
in class org.robokind.api.common.lifecycle.AbstractLifecycleProvider<VisemeEventNotifier,VisemeEventNotifier>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |