Interface IProgressAware
-
- All Implemented Interfaces:
public interface IProgressAware
-
-
Method Summary
Modifier and Type Method Description abstract Unit
showProgress(ProgressType progressType)
abstract Unit
hideProgress()
abstract <Error class: unknown class><ProgressType>
getProgressShowing()
-
-
Method Detail
-
showProgress
abstract Unit showProgress(ProgressType progressType)
-
hideProgress
abstract Unit hideProgress()
-
getProgressShowing
abstract <Error class: unknown class><ProgressType> getProgressShowing()
-
-
-
-