Class FlagShapeList
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurableexample.FlagShapeList
-
- All Implemented Interfaces:
Configurable<Object,Object>
public class FlagShapeList extends Object implements Configurable<Object,Object>
- Author:
- scf
-
-
Field Summary
-
Fields inherited from interface de.fraunhofer.iosb.ilt.configurable.Configurable
CLASS_CONFIG_EDITOR_FACTORY_METHOD_NAME
-
-
Constructor Summary
Constructors Constructor Description FlagShapeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.gson.JsonElement config, Object context, Object edtCtx, ConfigEditor<?> ignoredConfigEditor)ConfigEditor<?>getConfigEditor(Object context, Object edtCtx)voidwave()
-
-
-
Method Detail
-
wave
public void wave()
-
configure
public void configure(com.google.gson.JsonElement config, Object context, Object edtCtx, ConfigEditor<?> ignoredConfigEditor) throws ConfigurationException- Specified by:
configurein interfaceConfigurable<Object,Object>- Throws:
ConfigurationException
-
getConfigEditor
public ConfigEditor<?> getConfigEditor(Object context, Object edtCtx)
- Specified by:
getConfigEditorin interfaceConfigurable<Object,Object>
-
-