|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessListener
Listener for watching the process outside of the class BackupTask.
Method Summary | |
---|---|
void |
onException(java.lang.Throwable exception)
Will be used if an exception happens. |
void |
onProcess(Process process,
java.io.File... files)
Indicates on which files the process is working on. |
Method Detail |
---|
void onProcess(Process process, java.io.File... files)
process
- process state.files
- files working on in the process. These are up to two files:
depending on the process it is source and destination / source /
destination.void onException(java.lang.Throwable exception)
exception
- exception be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |