com.googlecode.fascinator.portal.guitoolkit
Class FileUploadListener
java.lang.Object
com.googlecode.fascinator.portal.guitoolkit.FileUploadListener
- All Implemented Interfaces:
- org.apache.commons.fileupload.ProgressListener
public class FileUploadListener
- extends Object
- implements org.apache.commons.fileupload.ProgressListener
A listener object to be used in ajax queries for
updating upload progress bars.
Currently this should be considered deprecated code. We found it not
possible to integrate with Tapestry in the time scoped for this task. It may
not be possible at all.
- Author:
- Greg Pendlebury
| 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 © 2009-2012. All Rights Reserved.