org.kde.koala

Interface KURLComboBoxSignals

public interface KURLComboBoxSignals

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

Method Detail

urlActivated

public 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.

UNKNOWN: Emitted when an item was clicked at.