org.codelabor.system.file.listener
Class FileUploadProgressListener

java.lang.Object
  extended by org.codelabor.system.file.listener.FileUploadProgressListener
All Implemented Interfaces:
org.apache.commons.fileupload.ProgressListener

public class FileUploadProgressListener
extends java.lang.Object
implements org.apache.commons.fileupload.ProgressListener

파일 업로드 프로그래스 리스너
apache commons fileupload에서 사용하는 프로그래스 리스너

Author:
Shin Sang-jae

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

FileUploadProgressListener

public FileUploadProgressListener()
Method Detail

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.