org.apache.pivot.wtk
Interface TextAreaListener

All Known Implementing Classes:
TextAreaListener.Adapter, TextAreaSkin

public interface TextAreaListener

Text area listener interface.


Nested Class Summary
static class TextAreaListener.Adapter
          Text area listener adapter.
 
Method Summary
 void documentChanged(TextArea textArea, Document previousDocument)
          Called when a text area's document has changed.
 void editableChanged(TextArea textArea)
          Called when a text area's editable state has changed.
 void textKeyChanged(TextArea textArea, String previousTextKey)
          Called when a text area's text key has changed.
 

Method Detail

documentChanged

void documentChanged(TextArea textArea,
                     Document previousDocument)
Called when a text area's document has changed.

Parameters:
textArea -
previousDocument -

editableChanged

void editableChanged(TextArea textArea)
Called when a text area's editable state has changed.

Parameters:
textArea -

textKeyChanged

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

Parameters:
textArea -
previousTextKey -