org.apache.pivot.wtk
Interface TextAreaSelectionListener
- All Known Implementing Classes:
- TerraTextAreaSkin, TextAreaSkin
public interface TextAreaSelectionListener
Text area selection listener interface.
Method Summary |
void |
selectionChanged(TextArea textArea,
int previousSelectionStart,
int previousSelectionLength)
Called when a text area's selection state has changed. |
selectionChanged
void selectionChanged(TextArea textArea,
int previousSelectionStart,
int previousSelectionLength)
- Called when a text area's selection state has changed.
- Parameters:
textArea
- previousSelectionStart
- previousSelectionLength
-