org.apache.pivot.wtk
Interface TextAreaBindingListener

All Known Implementing Classes:
TextAreaBindingListener.Adapter

public interface TextAreaBindingListener

Text area binding listener interface.


Nested Class Summary
static class TextAreaBindingListener.Adapter
          Text area binding listener 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.
 

Method Detail

textKeyChanged

void textKeyChanged(TextArea textArea,
                    String previousTextKey)
Called when a text area's text key has changed.

Parameters:
textArea -
previousTextKey -

textBindTypeChanged

void textBindTypeChanged(TextArea textArea,
                         BindType previousTextBindType)
Called when a text area's text bind type has changed.

Parameters:
textArea -
previousTextBindType -

textBindMappingChanged

void textBindMappingChanged(TextArea textArea,
                            TextArea.TextBindMapping previousTextBindMapping)
Called when a text area's text bind mapping has changed.

Parameters:
textArea -
previousTextBindMapping -