org.codelabor.system.file.listener
Class FileUploadProgressListener
java.lang.Object
org.codelabor.system.file.listener.FileUploadProgressListener
- All Implemented Interfaces:
- org.apache.commons.fileupload.ProgressListener
public class FileUploadProgressListener
- extends Object
- implements org.apache.commons.fileupload.ProgressListener
파일 업로드 프로그래스 리스너 apache commons fileupload에서 사용하는 프로그래스 리스너
- Author:
- Shin Sang-jae
Method Summary |
void |
update(long bytesRead,
long contentLength,
int items)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUploadProgressListener
public FileUploadProgressListener()
update
public void update(long bytesRead,
long contentLength,
int items)
- Specified by:
update
in interface org.apache.commons.fileupload.ProgressListener
Copyright © 2011 CODELABOR. All Rights Reserved.