pivot.wtk
Class TextAreaCharacterListener.Adapter

java.lang.Object
  extended by pivot.wtk.TextAreaCharacterListener.Adapter
All Implemented Interfaces:
TextAreaCharacterListener
Enclosing interface:
TextAreaCharacterListener

public static class TextAreaCharacterListener.Adapter
extends Object
implements TextAreaCharacterListener

Adapts the TextAreaCharacterListener interface.

Author:
tvolkert

Nested Class Summary
 
Nested classes/interfaces inherited from interface pivot.wtk.TextAreaCharacterListener
TextAreaCharacterListener.Adapter
 
Constructor Summary
TextAreaCharacterListener.Adapter()
           
 
Method Summary
 void charactersInserted(TextArea textArea, int index, int count)
          Called when characters have been inserted into a text area.
 void charactersRemoved(TextArea textArea, int index, int count)
          Called when characters have been removed from a text area.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaCharacterListener.Adapter

public TextAreaCharacterListener.Adapter()
Method Detail

charactersInserted

public void charactersInserted(TextArea textArea,
                               int index,
                               int count)
Description copied from interface: TextAreaCharacterListener
Called when characters have been inserted into a text area.

Specified by:
charactersInserted in interface TextAreaCharacterListener

charactersRemoved

public void charactersRemoved(TextArea textArea,
                              int index,
                              int count)
Description copied from interface: TextAreaCharacterListener
Called when characters have been removed from a text area.

Specified by:
charactersRemoved in interface TextAreaCharacterListener