|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.system.file.listener.FileUploadProgressListener
public class FileUploadProgressListener
파일 업로드 프로그래스 리스너 apache commons fileupload에서 사용하는 프로그래스 리스너
Constructor Summary | |
---|---|
FileUploadProgressListener()
|
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 |
Constructor Detail |
---|
public FileUploadProgressListener()
Method Detail |
---|
public void update(long bytesRead, long contentLength, int items)
update
in interface org.apache.commons.fileupload.ProgressListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |