summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/StatJobSignals.java
blob: 46539cea42acbc07637739dc35a6bc3cf0ed6b3c (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;

public interface StatJobSignals {
	/**	
		 Signals a redirection.
		 Use to update the URL shown to the user.
		 The redirection itself is handled internally.
			@param job the job that is redirected
			@param url the new url
		         		@short    Signals a redirection.
	*/
	void redirection(Job job, KURL url);
	/**	
		 Signals a permanent redirection.
		 The redirection itself is handled internally.
			@param job the job that is redirected
			@param fromUrl the original URL
			@param toUrl the new URL
				@short    Signals a permanent redirection.
	*/
	void permanentRedirection(Job job, KURL fromUrl, KURL toUrl);
}