Since: API Level 2.5
public static interface

ColorPickerInterfaces.Listeners.OnColorSelectedListener

com.droidux.pack.commons.interfaces.ColorPickerInterfaces.Listeners.OnColorSelectedListener
Known Indirect Subclasses

Class Overview

Represents a listener to be notified when new color has been selected.

Summary

Public Methods
abstract void onColorSelected(View view, int color)
Called when new color has been selected.

Public Methods

public abstract void onColorSelected (View view, int color)

Since: API Level 2.5

Called when new color has been selected.

Parameters
view The ColorPickerPanel that shows the color selection.
color The selected color.