org.apache.pivot.wtk
Interface TextInputCharacterListener

All Known Implementing Classes:
TerraTextInputSkin, TextInputCharacterListener.Adapter

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

charactersInserted

void charactersInserted(TextInput textInput,
                        int index,
                        int count)
Called when characters have been inserted into a text input.

Parameters:
textInput -
index -
count -

charactersRemoved

void charactersRemoved(TextInput textInput,
                       int index,
                       int count)
Called when characters have been removed from a text input.

Parameters:
textInput -
index -
count -