org.kde.koala
public interface StatJobSignals
| Method Summary | |
|---|---|
| void | permanentRedirection(Job job, KURL fromUrl, KURL toUrl)
Signals a permanent redirection.
|
| void | redirection(Job job, KURL url)
Signals a redirection.
|
Parameters: job the job that is redirected fromUrl the original URL toUrl the new URL
UNKNOWN: Signals a permanent redirection.
Parameters: job the job that is redirected url the new url
UNKNOWN: Signals a redirection.