org.apache.pivot.wtk
Class TextInputBindingListener.Adapter

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

public static class TextInputBindingListener.Adapter
extends Object
implements TextInputBindingListener

Text input binding listener adapter.


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

Constructor Detail

TextInputBindingListener.Adapter

public TextInputBindingListener.Adapter()
Method Detail

textKeyChanged

public void textKeyChanged(TextInput textInput,
                           String previousTextKey)
Description copied from interface: TextInputBindingListener
Called when a text input's text key has changed.

Specified by:
textKeyChanged in interface TextInputBindingListener

textBindTypeChanged

public void textBindTypeChanged(TextInput textInput,
                                BindType previousTextBindType)
Description copied from interface: TextInputBindingListener
Called when a text input's text bind type has changed.

Specified by:
textBindTypeChanged in interface TextInputBindingListener

textBindMappingChanged

public void textBindMappingChanged(TextInput textInput,
                                   TextInput.TextBindMapping previousTextBindMapping)
Description copied from interface: TextInputBindingListener
Called when a text input's text bind mapping has changed.

Specified by:
textBindMappingChanged in interface TextInputBindingListener