org.robokind.impl.audio.config
Class WavPlayerConfigAdapter
java.lang.Object
org.robokind.impl.audio.config.WavPlayerConfigAdapter
- All Implemented Interfaces:
- ServiceConfigurationAdapter<WavPlayer,WavPlayerConfig>
public class WavPlayerConfigAdapter
- extends Object
- implements ServiceConfigurationAdapter<WavPlayer,WavPlayerConfig>
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WavPlayerConfigAdapter
public WavPlayerConfigAdapter()
createConfig
public WavPlayerConfig createConfig(WavPlayer service)
- Specified by:
createConfig in interface ServiceConfigurationAdapter<WavPlayer,WavPlayerConfig>
getServiceVersion
public VersionProperty getServiceVersion()
- Specified by:
getServiceVersion in interface ServiceConfigurationAdapter<WavPlayer,WavPlayerConfig>
getConfigurationFormat
public VersionProperty getConfigurationFormat()
- Specified by:
getConfigurationFormat in interface ServiceConfigurationAdapter<WavPlayer,WavPlayerConfig>
getSerivceClass
public Class<WavPlayer> getSerivceClass()
- Specified by:
getSerivceClass in interface ServiceConfigurationAdapter<WavPlayer,WavPlayerConfig>
getConfigurationClass
public Class<WavPlayerConfig> getConfigurationClass()
- Specified by:
getConfigurationClass in interface ServiceConfigurationAdapter<WavPlayer,WavPlayerConfig>
Copyright © 2011-2012. All Rights Reserved.