com.gridsystems.utils
Interface FileUtils.UnzipListener

Enclosing class:
FileUtils

public static interface FileUtils.UnzipListener

Listener used to show information of unzipping process.


Method Summary
 void setZipSize(int size)
          Puts the number of files inside zip file.
 void unzipingFile(java.lang.String file)
          Notifies that file is unzipping in this moment.
 

Method Detail

unzipingFile

void unzipingFile(java.lang.String file)
Notifies that file is unzipping in this moment.

Parameters:
file - the file

setZipSize

void setZipSize(int size)
Puts the number of files inside zip file.

Parameters:
size - the number of files


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.