org.robokind.api.speech.lifecycle
Class RemoteSpeechServiceLifecycle
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<SpeechService,RemoteSpeechServiceClient>
org.robokind.api.speech.lifecycle.RemoteSpeechServiceLifecycle
- All Implemented Interfaces:
- ServiceLifecycleProvider<SpeechService>, PropertyChangeSource
public class RemoteSpeechServiceLifecycle
- extends AbstractLifecycleProvider<SpeechService,RemoteSpeechServiceClient>
- 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 |
RemoteSpeechServiceLifecycle
public RemoteSpeechServiceLifecycle(String speechServiceId,
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 RemoteSpeechServiceClient create(Map<String,Object> services)
- Specified by:
create in class AbstractLifecycleProvider<SpeechService,RemoteSpeechServiceClient>
handleChange
protected void handleChange(String name,
Object dependency,
Map<String,Object> availableDependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<SpeechService,RemoteSpeechServiceClient>
getServiceClass
public Class<SpeechService> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<SpeechService,RemoteSpeechServiceClient>
Copyright © 2011-2013. All Rights Reserved.