org.kde.koala

Interface KTextBrowserSignals

public interface KTextBrowserSignals

Method Summary
voidmailClick(String name, String address)
Emitted when a mail link has been activated and the widget has been configured to emit the signal.
voidurlClick(String url)
Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.

Method Detail

mailClick

public void mailClick(String name, String address)
Emitted when a mail link has been activated and the widget has been configured to emit the signal.

Parameters: name The destination name. It is null at the moment. address The destination address.

UNKNOWN: Emitted when a mail link has been activated and the widget has been configured to emit the signal.

urlClick

public void urlClick(String url)
Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.

Parameters: url The destination address.

UNKNOWN: Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.