org.kde.koala
Interface DeleteJobSignals


public interface DeleteJobSignals


Method Summary
 void deleting(Job job, KURL file)
          Sends the URL of the file that is currently being deleted.
 void processedDirs(Job job, long dirs)
          Sends the number of processed directories.
 void processedFiles(Job job, long files)
          Sends the number of processed files.
 void totalDirs(Job job, long dirs)
          Emitted when the toal number of direcotries is known.
 void totalFiles(Job job, long files)
          Emitted when the total number of files is known.
 

Method Detail

totalFiles

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

totalDirs

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

processedFiles

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

processedDirs

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

deleting

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