org.apache.pivot.wtk
Interface TextInputBindingListener

All Known Implementing Classes:
TextInputBindingListener.Adapter

public interface TextInputBindingListener

Text input binding listener interface.


Nested Class Summary
static class TextInputBindingListener.Adapter
          Text input binding listener adapter.
 
Method Summary
 void textBindMappingChanged(TextInput textInput, TextInput.TextBindMapping previousTextBindMapping)
          Called when a text input's text bind mapping has changed.
 void textBindTypeChanged(TextInput textInput, BindType previousTextBindType)
          Called when a text input's text bind type has changed.
 void textKeyChanged(TextInput textInput, String previousTextKey)
          Called when a text input's text key has changed.
 

Method Detail

textKeyChanged

void textKeyChanged(TextInput textInput,
                    String previousTextKey)
Called when a text input's text key has changed.

Parameters:
textInput -
previousTextKey -

textBindTypeChanged

void textBindTypeChanged(TextInput textInput,
                         BindType previousTextBindType)
Called when a text input's text bind type has changed.

Parameters:
textInput -
previousTextBindType -

textBindMappingChanged

void textBindMappingChanged(TextInput textInput,
                            TextInput.TextBindMapping previousTextBindMapping)
Called when a text input's text bind mapping has changed.

Parameters:
textInput -
previousTextBindMapping -