org.apache.pivot.wtk
Class ColorChooserButtonBindingListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.ColorChooserButtonBindingListener.Adapter
All Implemented Interfaces:
ColorChooserButtonBindingListener
Enclosing interface:
ColorChooserButtonBindingListener

public static class ColorChooserButtonBindingListener.Adapter
extends Object
implements ColorChooserButtonBindingListener

Color chooser button binding listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ColorChooserButtonBindingListener
ColorChooserButtonBindingListener.Adapter
 
Constructor Summary
ColorChooserButtonBindingListener.Adapter()
           
 
Method Summary
 void selectedColorBindMappingChanged(ColorChooserButton colorChooserButton, ColorChooser.SelectedColorBindMapping previousSelectedColorBindMapping)
          Called when a color chooser button's selected color bind mapping has changed.
 void selectedColorBindTypeChanged(ColorChooserButton colorChooserButton, BindType previousSelectedColorBindType)
          Called when a color chooser button's selected color bind type has changed.
 void selectedColorKeyChanged(ColorChooserButton colorChooserButton, String previousSelectedColorKey)
          Called when a color chooser button's selected color key has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorChooserButtonBindingListener.Adapter

public ColorChooserButtonBindingListener.Adapter()
Method Detail

selectedColorKeyChanged

public void selectedColorKeyChanged(ColorChooserButton colorChooserButton,
                                    String previousSelectedColorKey)
Description copied from interface: ColorChooserButtonBindingListener
Called when a color chooser button's selected color key has changed.

Specified by:
selectedColorKeyChanged in interface ColorChooserButtonBindingListener

selectedColorBindTypeChanged

public void selectedColorBindTypeChanged(ColorChooserButton colorChooserButton,
                                         BindType previousSelectedColorBindType)
Description copied from interface: ColorChooserButtonBindingListener
Called when a color chooser button's selected color bind type has changed.

Specified by:
selectedColorBindTypeChanged in interface ColorChooserButtonBindingListener

selectedColorBindMappingChanged

public void selectedColorBindMappingChanged(ColorChooserButton colorChooserButton,
                                            ColorChooser.SelectedColorBindMapping previousSelectedColorBindMapping)
Description copied from interface: ColorChooserButtonBindingListener
Called when a color chooser button's selected color bind mapping has changed.

Specified by:
selectedColorBindMappingChanged in interface ColorChooserButtonBindingListener