|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextInputCharacterListener
Text input character listener interface.
Nested Class Summary | |
---|---|
static class |
TextInputCharacterListener.Adapter
Text input character listener adapter. |
Method Summary | |
---|---|
void |
charactersInserted(TextInput textInput,
int index,
int count)
Called when characters have been inserted into a text input. |
void |
charactersRemoved(TextInput textInput,
int index,
int count)
Called when characters have been removed from a text input. |
Method Detail |
---|
void charactersInserted(TextInput textInput, int index, int count)
textInput
- index
- count
- void charactersRemoved(TextInput textInput, int index, int count)
textInput
- index
- count
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |