org.robokind.api.speechrec.lifecycle
Class RemoteSpeechRecServiceLifecycle<Conf>
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<SpeechRecService,RemoteSpeechRecServiceClient>
org.robokind.api.speechrec.lifecycle.RemoteSpeechRecServiceLifecycle<Conf>
- All Implemented Interfaces:
- ServiceLifecycleProvider<SpeechRecService>, PropertyChangeSource
public class RemoteSpeechRecServiceLifecycle<Conf>
- extends AbstractLifecycleProvider<SpeechRecService,RemoteSpeechRecServiceClient>
- Author:
- Jason G. Pallack
| 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 |
RemoteSpeechRecServiceLifecycle
public RemoteSpeechRecServiceLifecycle(Class<Conf> configClass,
String speechRecServiceId,
String remoteId,
String commandSenderId,
String configSenderId,
String errorReceiverId,
String requestSenderId,
String eventsReceiverId)
- Creates a new SpeechTriggerHandlerLifecycle for a SpeechService
- Parameters:
commandSenderId - SpeechService to use
create
protected RemoteSpeechRecServiceClient create(Map<String,Object> services)
- Specified by:
create in class AbstractLifecycleProvider<SpeechRecService,RemoteSpeechRecServiceClient>
handleChange
protected void handleChange(String name,
Object dependency,
Map<String,Object> availableDependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<SpeechRecService,RemoteSpeechRecServiceClient>
getServiceClass
public Class<SpeechRecService> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<SpeechRecService,RemoteSpeechRecServiceClient>
Copyright © 2011-2013. All Rights Reserved.