org.apache.pivot.wtk
Interface ComponentStateListener

All Known Implementing Classes:
ActivityIndicatorSkin, BorderSkin, BoxPaneSkin, ButtonSkin, CalendarButtonSkin, CalendarSkin, CardPaneSkin, CheckboxSkin, ColorChooserButtonSkin, ColorChooserButtonSkin.ColorChooserPopupSkin, ColorChooserSkin, ComponentSkin, ComponentStateListener.Adapter, ContainerSkin, DisplaySkin, ExpanderSkin, FileBrowserSkin, FillPaneSkin, FlowPaneSkin, GridPaneFillerSkin, GridPaneSkin, ImageViewSkin, LabelSkin, LinkButtonSkin, ListButtonSkin, MenuBarItemSkin, MenuButtonSkin, MenuItemSkin, MovieViewSkin, PanelSkin, PushButtonSkin, RadioButtonSkin, RollupSkin, ScrollPaneSkin, SeparatorSkin, SliderSkin, StackPaneSkin, TablePaneFillerSkin, TablePaneSkin, TextAreaSkin, TextPaneSkin, WindowSkin

public interface ComponentStateListener

Component state listener interface.


Nested Class Summary
static class ComponentStateListener.Adapter
          Component state listener adapter.
 
Method Summary
 void enabledChanged(Component component)
          Called when a component's enabled state has changed.
 void focusedChanged(Component component, Component obverseComponent)
          Called when a component's focused state has changed.
 

Method Detail

enabledChanged

void enabledChanged(Component component)
Called when a component's enabled state has changed.

Parameters:
component -

focusedChanged

void focusedChanged(Component component,
                    Component obverseComponent)
Called when a component's focused state has changed.

Parameters:
component -
obverseComponent -