org.apache.pivot.wtk
Class TextInputCharacterListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.TextInputCharacterListener.Adapter
All Implemented Interfaces:
TextInputCharacterListener
Enclosing interface:
TextInputCharacterListener

public static class TextInputCharacterListener.Adapter
extends Object
implements TextInputCharacterListener

Text input character listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TextInputCharacterListener
TextInputCharacterListener.Adapter
 
Constructor Summary
TextInputCharacterListener.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextInputCharacterListener.Adapter

public TextInputCharacterListener.Adapter()
Method Detail

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