Package com.breautek.fuse.utils
Interface IProgressContext
- All Known Implementing Classes:
ProgressContext
public interface IProgressContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(IProgressContextListener listener) void
createProgress
(String id) int
getMax()
float
int
getValue()
boolean
boolean
isComplete
(String id) void
removeListener
(IProgressContextListener listener) void
reset()
void
void
void
void
-
Method Details
-
createProgress
-
getMax
int getMax() -
getValue
int getValue() -
setMax
-
setValue
-
isComplete
boolean isComplete() -
isComplete
-
reset
void reset() -
getNormalizedValue
float getNormalizedValue() -
update
-
update
-
addListener
-
removeListener
-