Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.util.swing.event
Interface TextFieldChangeListener

All Known Implementing Classes:
CallButton, SearchField, UnknownContactPanel

public interface TextFieldChangeListener

The TextFieldChangeListener listens for any changes in the text contained in a SIPCommTextField. It is notified every time a char is inserted or removed from the field.

Author:
Yana Stamcheva

Method Summary
 void textInserted()
          Indicates that a text has been inserted to the text field.
 void textRemoved()
          Indicates that a text has been removed from the text field.
 

Method Detail

textRemoved

void textRemoved()
Indicates that a text has been removed from the text field.


textInserted

void textInserted()
Indicates that a text has been inserted to the text field.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.