org.kde.koala

Interface ListJobSignals

public interface ListJobSignals

Method Summary
voidpermanentRedirection(Job job, KURL fromUrl, KURL toUrl)
Signals a permanent redirection.
voidredirection(Job job, KURL url)
Signals a redirection.

Method Detail

permanentRedirection

public void permanentRedirection(Job job, KURL fromUrl, KURL toUrl)
Signals a permanent redirection. The redirection itself is handled internally.

Parameters: job the job that emitted this signal fromUrl the original URL toUrl the new URL

UNKNOWN: Signals a permanent redirection.

redirection

public void redirection(Job job, KURL url)
Signals a redirection. Use to update the URL shown to the user. The redirection itself is handled internally.

Parameters: job the job that is redirected url the new url

UNKNOWN: Signals a redirection.