org.apache.pivot.wtk
Class TextAreaBindingListener.Adapter
java.lang.Object
org.apache.pivot.wtk.TextAreaBindingListener.Adapter
- All Implemented Interfaces:
- TextAreaBindingListener
- Enclosing interface:
- TextAreaBindingListener
public static class TextAreaBindingListener.Adapter
- extends Object
- implements TextAreaBindingListener
Text area binding listener adapter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextAreaBindingListener.Adapter
public TextAreaBindingListener.Adapter()
textKeyChanged
public void textKeyChanged(TextArea textArea,
String previousTextKey)
- Description copied from interface:
TextAreaBindingListener
- Called when a text area's text key has changed.
- Specified by:
textKeyChanged
in interface TextAreaBindingListener
textBindTypeChanged
public void textBindTypeChanged(TextArea textArea,
BindType previousTextBindType)
- Description copied from interface:
TextAreaBindingListener
- Called when a text area's text bind type has changed.
- Specified by:
textBindTypeChanged
in interface TextAreaBindingListener
textBindMappingChanged
public void textBindMappingChanged(TextArea textArea,
TextArea.TextBindMapping previousTextBindMapping)
- Description copied from interface:
TextAreaBindingListener
- Called when a text area's text bind mapping has changed.
- Specified by:
textBindMappingChanged
in interface TextAreaBindingListener