org.fuin.kickstart4j
Interface ConfigUpdaterListener

All Known Implementing Classes:
ConfigUpdater.DefaultListener

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

onCopy

void onCopy(RemoteFile remoteFile,
            File file,
            int nr,
            int max)
A file is being copied.

Parameters:
remoteFile - Remote file.
file - Local file.
nr - Current file number.
max - Max number of files.

onNotFound

void onNotFound(RemoteFile remoteFile,
                File file,
                int nr,
                int max)
A remote file was not found.

Parameters:
remoteFile - Remote file.
file - Local file.
nr - Current file number.
max - Max number of files.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.