public interface ConfigUpdaterListener
ConfigUpdater progress events.| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2013 Future Invent Informationsmanagement GmbH, Hamburg (Germany). All Rights Reserved.