org.kde.koala
Interface StatJobSignals


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.
 

Method Detail

redirection

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

permanentRedirection

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

Parameters:
job - the job that is redirected
fromUrl - the original URL
toUrl - the new URL