|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.openadmin.server.service.artifact.upload.UploadProgressListener
public class UploadProgressListener
Created by jfischer
| Constructor Summary | |
|---|---|
UploadProgressListener(javax.servlet.http.HttpServletRequest request)
|
|
| Method Summary | |
|---|---|
double |
getPercentDone()
Get the percent done |
void |
setPercentDone(double percentDone)
|
void |
update(long bytesRead,
long contentLength,
int pItems)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UploadProgressListener(javax.servlet.http.HttpServletRequest request)
| Method Detail |
|---|
public void update(long bytesRead,
long contentLength,
int pItems)
update in interface org.apache.commons.fileupload.ProgressListenerpublic double getPercentDone()
public void setPercentDone(double percentDone)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||