org.kde.koala
Interface KURLComboBoxSignals


public interface KURLComboBoxSignals


Method Summary
 void urlActivated(KURL url)
          Emitted when an item was clicked at.
 

Method Detail

urlActivated

void urlActivated(KURL url)
Emitted when an item was clicked at.

Parameters:
url - is the url of the now current item. If it is a local url, it won't have a protocol (file:/), otherwise it will.