|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextAreaCharacterListener
Text area character listener interface.
Method Summary | |
---|---|
void |
charactersInserted(TextArea textArea,
int index,
int count)
Called when characters have been inserted into a text area. |
void |
charactersRemoved(TextArea textArea,
int index,
int count)
Called when characters have been removed from a text area. |
Method Detail |
---|
void charactersInserted(TextArea textArea, int index, int count)
textArea
- index
- count
- void charactersRemoved(TextArea textArea, int index, int count)
textArea
- index
- count
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |