org.apache.pivot.wtk
Interface TextInputSelectionListener
- All Known Implementing Classes:
- TerraTextInputSkin
public interface TextInputSelectionListener
Text input selection listener interface.
Method Summary |
void |
selectionChanged(TextInput textInput,
int previousSelectionStart,
int previousSelectionLength)
Called when a text input's selection state has changed. |
selectionChanged
void selectionChanged(TextInput textInput,
int previousSelectionStart,
int previousSelectionLength)
- Called when a text input's selection state has changed.
- Parameters:
textInput
- previousSelectionStart
- previousSelectionLength
-