pivot.wtk
Interface TextInputCharacterListener

All Known Implementing Classes:
TerraTextInputSkin

public interface TextInputCharacterListener

Text input character listener interface.

Author:
gbrown

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 -