org.kde.koala

Interface DeleteJobSignals

public interface DeleteJobSignals

Method Summary
voiddeleting(Job job, KURL file)
Sends the URL of the file that is currently being deleted.
voidprocessedDirs(Job job, long dirs)
Sends the number of processed directories.
voidprocessedFiles(Job job, long files)
Sends the number of processed files.
voidtotalDirs(Job job, long dirs)
Emitted when the toal number of direcotries is known.
voidtotalFiles(Job job, long files)
Emitted when the total number of files is known.

Method Detail

deleting

public void deleting(Job job, KURL file)
Sends the URL of the file that is currently being deleted.

Parameters: job the job that emitted this signal file the URL of the file or directory that is being deleted

UNKNOWN: Sends the URL of the file that is currently being deleted.

processedDirs

public void processedDirs(Job job, long dirs)
Sends the number of processed directories.

Parameters: job the job that emitted this signal dirs the number of processed dirs

UNKNOWN: Sends the number of processed directories.

processedFiles

public void processedFiles(Job job, long files)
Sends the number of processed files.

Parameters: job the job that emitted this signal files the number of processed files

UNKNOWN: Sends the number of processed files.

totalDirs

public void totalDirs(Job job, long dirs)
Emitted when the toal number of direcotries is known.

Parameters: job the job that emitted this signal dirs the total number of directories

UNKNOWN: Emitted when the toal number of direcotries is known.

totalFiles

public void totalFiles(Job job, long files)
Emitted when the total number of files is known.

Parameters: job the job that emitted this signal files the total number of files

UNKNOWN: Emitted when the total number of files is known.