org.apache.pivot.wtk
Class TextAreaBindingListener.Adapter

java.lang.Object
  extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TextAreaBindingListener
TextAreaBindingListener.Adapter
 
Constructor Summary
TextAreaBindingListener.Adapter()
           
 
Method Summary
 void textBindMappingChanged(TextArea textArea, TextArea.TextBindMapping previousTextBindMapping)
          Called when a text area's text bind mapping has changed.
 void textBindTypeChanged(TextArea textArea, BindType previousTextBindType)
          Called when a text area's text bind type has changed.
 void textKeyChanged(TextArea textArea, String previousTextKey)
          Called when a text area'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

TextAreaBindingListener.Adapter

public TextAreaBindingListener.Adapter()
Method Detail

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