|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
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 |
|---|
void totalFiles(Job job,
long files)
job - the job that emitted this signalfiles - the total number of files
void totalDirs(Job job,
long dirs)
job - the job that emitted this signaldirs - the total number of directories
void processedFiles(Job job,
long files)
job - the job that emitted this signalfiles - the number of processed files
void processedDirs(Job job,
long dirs)
job - the job that emitted this signaldirs - the number of processed dirs
void deleting(Job job,
KURL file)
job - the job that emitted this signalfile - the URL of the file or directory that is being
deleted
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||