org.robokind.api.vision.lifecycle
Class RemoteImageServiceLifecycle<Conf>
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<ImageService,RemoteImageServiceClient>
org.robokind.api.vision.lifecycle.RemoteImageServiceLifecycle<Conf>
- All Implemented Interfaces:
- ServiceLifecycleProvider<ImageService>, PropertyChangeSource
public class RemoteImageServiceLifecycle<Conf>
- extends AbstractLifecycleProvider<ImageService,RemoteImageServiceClient>
- 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 |
RemoteImageServiceLifecycle
public RemoteImageServiceLifecycle(Class<Conf> configClass,
String imageServiceId,
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 RemoteImageServiceClient create(Map<String,Object> services)
- Specified by:
create in class AbstractLifecycleProvider<ImageService,RemoteImageServiceClient>
handleChange
protected void handleChange(String name,
Object dependency,
Map<String,Object> availableDependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<ImageService,RemoteImageServiceClient>
getServiceClass
public Class<ImageService> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<ImageService,RemoteImageServiceClient>
Copyright © 2011-2012. All Rights Reserved.