org.apache.pivot.wtk
Class TextInputBindingListener.Adapter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextInputBindingListener.Adapter
public TextInputBindingListener.Adapter()
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