pivot.wtk
Class TextInputCharacterListener.Adapter
java.lang.Object
pivot.wtk.TextInputCharacterListener.Adapter
- All Implemented Interfaces:
- TextInputCharacterListener
- Enclosing interface:
- TextInputCharacterListener
public static class TextInputCharacterListener.Adapter
- extends Object
- implements TextInputCharacterListener
Adapts the TextInputCharacterListener interface.
- Author:
- tvolkert
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextInputCharacterListener.Adapter
public TextInputCharacterListener.Adapter()
charactersInserted
public void charactersInserted(TextInput textInput,
int index,
int count)
- Description copied from interface:
TextInputCharacterListener
- Called when characters have been inserted into a text input.
- Specified by:
charactersInserted
in interface TextInputCharacterListener
charactersRemoved
public void charactersRemoved(TextInput textInput,
int index,
int count)
- Description copied from interface:
TextInputCharacterListener
- Called when characters have been removed from a text input.
- Specified by:
charactersRemoved
in interface TextInputCharacterListener