org.apache.pivot.wtk
Interface ColorChooserButtonBindingListener

All Known Implementing Classes:
ColorChooserButtonBindingListener.Adapter

public interface ColorChooserButtonBindingListener

Color chooser button binding listener interface.


Nested Class Summary
static class ColorChooserButtonBindingListener.Adapter
          Color chooser button binding listener 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.
 

Method Detail

selectedColorKeyChanged

void selectedColorKeyChanged(ColorChooserButton colorChooserButton,
                             String previousSelectedColorKey)
Called when a color chooser button's selected color key has changed.

Parameters:
colorChooserButton -
previousSelectedColorKey -

selectedColorBindTypeChanged

void selectedColorBindTypeChanged(ColorChooserButton colorChooserButton,
                                  BindType previousSelectedColorBindType)
Called when a color chooser button's selected color bind type has changed.

Parameters:
colorChooserButton -
previousSelectedColorBindType -

selectedColorBindMappingChanged

void selectedColorBindMappingChanged(ColorChooserButton colorChooserButton,
                                     ColorChooser.SelectedColorBindMapping previousSelectedColorBindMapping)
Called when a color chooser button's selected color bind mapping has changed.

Parameters:
colorChooserButton -
previousSelectedColorBindMapping -