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