net.sourceforge.fluxion.pussycat.util
Class FileUploadListener
java.lang.Object
net.sourceforge.fluxion.pussycat.util.FileUploadListener
- All Implemented Interfaces:
- org.apache.commons.fileupload.ProgressListener
public class FileUploadListener
- extends java.lang.Object
- implements org.apache.commons.fileupload.ProgressListener
This is a File Upload Listener that is used by Apache
Commons File Upload to monitor the progress of the
uploaded file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUploadListener
public FileUploadListener()
update
public void update(long aBytesRead,
long aContentLength,
int anItem)
- Specified by:
update
in interface org.apache.commons.fileupload.ProgressListener
getBytesRead
public long getBytesRead()
getContentLength
public long getContentLength()
getItem
public long getItem()
Copyright © 2010. All Rights Reserved.