Class LEDColorPicker
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.LEDColorPicker
-
public class LEDColorPicker extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LEDColorPicker.OnColorPickedListener
-
Constructor Summary
Constructors Constructor Description LEDColorPicker(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setOnColorPickedListener(LEDColorPicker.OnColorPickedListener onColorPickedListener)
void
show()
-
-
-
Method Detail
-
setOnColorPickedListener
public void setOnColorPickedListener(LEDColorPicker.OnColorPickedListener onColorPickedListener)
-
show
public void show()
-
-