|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigUpdaterListener
Listens to ConfigUpdater progress events.
| Method Summary | |
|---|---|
void |
onCopy(RemoteFile remoteFile,
File file,
int nr,
int max)
A file is being copied. |
void |
onNotFound(RemoteFile remoteFile,
File file,
int nr,
int max)
A remote file was not found. |
| Method Detail |
|---|
void onCopy(RemoteFile remoteFile,
File file,
int nr,
int max)
remoteFile - Remote file.file - Local file.nr - Current file number.max - Max number of files.
void onNotFound(RemoteFile remoteFile,
File file,
int nr,
int max)
remoteFile - Remote file.file - Local file.nr - Current file number.max - Max number of files.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||