pivot.wtk
Interface ListButtonSelectionListener

All Known Implementing Classes:
ListButtonSkin, TerraListButtonSkin

public interface ListButtonSelectionListener

List button selection listener interface.

Author:
gbrown

Method Summary
 void selectedIndexChanged(ListButton listButton, int previousSelectedIndex)
          Called when a list button's selected index has changed.
 

Method Detail

selectedIndexChanged

void selectedIndexChanged(ListButton listButton,
                          int previousSelectedIndex)
Called when a list button's selected index has changed.

Parameters:
listButton -
previousSelectedIndex -