Since: API Level 2.5
public static interface

ColorPickerInterfaces.Listeners.OnColorChangedListener

com.droidux.pack.commons.interfaces.ColorPickerInterfaces.Listeners.OnColorChangedListener

Class Overview

Represents a listener to be notified when the color has changed.

Summary

Public Methods
abstract void onColorChanged(View view, int color)
Called when the color has changed.

Public Methods

public abstract void onColorChanged (View view, int color)

Since: API Level 2.5

Called when the color has changed.

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