public class Progress extends Object implements CancelListener
| Constructor and Description |
|---|
Progress() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProgressListener(ProgressListener listener) |
void |
cancel() |
Attributes |
getAttributes() |
String |
getErrorComment() |
int |
getNumberOfCompletedSuboperations() |
int |
getNumberOfFailedSuboperations() |
int |
getNumberOfRemainingSuboperations() |
int |
getNumberOfWarningSuboperations() |
File |
getProcessedFile() |
int |
getStatus() |
boolean |
isCancel() |
boolean |
isLastFailed() |
void |
removeProgressListener(ProgressListener listener) |
void |
setAttributes(Attributes attributes) |
void |
setProcessedFile(File processedFile) |
public Attributes getAttributes()
public void setAttributes(Attributes attributes)
public boolean isLastFailed()
public File getProcessedFile()
public void setProcessedFile(File processedFile)
public void addProgressListener(ProgressListener listener)
public void removeProgressListener(ProgressListener listener)
public void cancel()
cancel in interface CancelListenerpublic boolean isCancel()
public int getStatus()
public String getErrorComment()
public int getNumberOfRemainingSuboperations()
public int getNumberOfCompletedSuboperations()
public int getNumberOfFailedSuboperations()
public int getNumberOfWarningSuboperations()
Copyright © 2020. All rights reserved.