JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sk89q.worldedit.util.task.progress
Interface ProgressObservable
All Known Subinterfaces:
Task
<V>
All Known Implementing Classes:
AbstractTask
,
FutureForwardingTask
,
ProgressIterator
public interface
ProgressObservable
An object that is able to report on its progress.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Progress
getProgress
()
Get the current percentage of completion.
Method Detail
getProgress
Progress
getProgress()
Get the current percentage of completion.
Returns:
a progress object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method