org.kde.koala
Interface ListJobSignals
public interface ListJobSignals
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 redirectedurl
- 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 emitted this signalfromUrl
- the original URLtoUrl
- the new URL