public interface HTextListener extends EventListener
HTextListener interface enables the reception of HTextEvents, as generated
by objects implementing HTextValue.
| Parameter | Description | Default value | Set method | Get method |
|---|---|---|---|---|
| None. | ||||
| Description | Default value | Set method | Get method |
|---|---|---|---|
| None. | |||
| Modifier and Type | Method and Description |
|---|---|
void |
caretMoved(HTextEvent e)
Called when the caret position of
an
HTextValue component has moved. |
void |
textChanged(HTextEvent e)
Called when the textual content of
an
HTextValue component has changed. |
void textChanged(HTextEvent e)
HTextValue component has changed.e - is the HTextEvent generated by the object implementing HTextValue.void caretMoved(HTextEvent e)
HTextValue component has moved.e - is the HTextEvent generated by the object implementing HTextValue.Copyright © 2012 code4tv.com. All Rights Reserved.