org.kde.koala
Interface KTextBrowserSignals
public interface KTextBrowserSignals
Method Summary |
void |
mailClick(java.lang.String name,
java.lang.String address)
Emitted when a mail link has been activated and the widget has
been configured to emit the signal. |
void |
urlClick(java.lang.String url)
Emitted if mailClick() is not emitted and the widget has been
configured to emit the signal. |
mailClick
void mailClick(java.lang.String name,
java.lang.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.
urlClick
void urlClick(java.lang.String url)
- Emitted if mailClick() is not emitted and the widget has been
configured to emit the signal.
- Parameters:
url
- The destination address.