org.arakhne.afc.ui.android.colorpicker
public static interface ColorPickerDialog.OnColorPickerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onColorPicked(ColorPickerDialog dialog,
int color)
Invoked when the color picking was successfull
with a selected color.
|
void |
onColorPickingCanceled(ColorPickerDialog dialog)
Invoked when the color picking was canceled.
|
void |
onDefaultColorPicked(ColorPickerDialog dialog)
Invoked when the color picking was successfull
with the default color.
|
void onColorPickingCanceled(ColorPickerDialog dialog)
dialog - is the canceled dialog.void onColorPicked(ColorPickerDialog dialog, int color)
dialog - is the dialog from which the color was selected.color - is the RGB color.void onDefaultColorPicked(ColorPickerDialog dialog)
dialog - is the dialog from which the color was selected.Copyright © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor