org.kde.koala
public interface ListJobSignals
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 emitted this signal 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.