summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KTextBrowserSignals.java
blob: b808006308693b95586069c82717a60f6113966b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QPopupMenu;
import org.kde.qt.QPoint;
import org.kde.qt.QMouseEvent;
import org.kde.qt.QKeyEvent;
import org.kde.qt.QWidget;
import org.kde.qt.QWheelEvent;

public interface KTextBrowserSignals {
	/**	
		 Emitted when a mail link has been activated and the widget has
		 been configured to emit the signal.
			@param name The destination name. It is null at the moment.
			@param address The destination address.
		     		@short    Emitted when a mail link has been activated and the widget has  been configured to emit the signal.
	*/
	void mailClick(String name, String address);
	/**	
		 Emitted if mailClick() is not emitted and the widget has been
		 configured to emit the signal.
			@param url The destination address.
		     		@short    Emitted if mailClick() is not emitted and the widget has been  configured to emit the signal.
	*/
	void urlClick(String url);
}