pivot.wtk
Interface TextInputSelectionListener

All Known Implementing Classes:
TerraTextInputSkin

public interface TextInputSelectionListener

Text input selection listener interface.

Author:
gbrown

Method Summary
 void selectionChanged(TextInput textInput, int previousSelectionStart, int previousSelectionLength)
          Called when a text input's selection state has changed.
 

Method Detail

selectionChanged

void selectionChanged(TextInput textInput,
                      int previousSelectionStart,
                      int previousSelectionLength)
Called when a text input's selection state has changed.

Parameters:
textInput -
previousSelectionStart -
previousSelectionLength -