org.kde.koala
Interface KEditListBoxSignals


public interface KEditListBoxSignals


Method Summary
 void added(java.lang.String text)
          This signal is emitted when the user adds a new string to the list, the parameter is the added string.
 void changed()
           
 void removed(java.lang.String text)
          This signal is emitted when the user removes a string from the list, the parameter is the removed string.
 

Method Detail

changed

void changed()

added

void added(java.lang.String text)
This signal is emitted when the user adds a new string to the list, the parameter is the added string.


removed

void removed(java.lang.String text)
This signal is emitted when the user removes a string from the list, the parameter is the removed string.