org.hackystat.projectbrowser.page.loadingprocesspanel
Interface Processable
- All Known Implementing Classes:
- ProjectPortfolioDataModel, TelemetryChartDataModel, TrajectoryChartDataModel
public interface Processable
Interface to support the loading process panel.
LoadingProcessPanel will be shown when either isInProcess or isComplete is true.
LoadingProcessPanel will auto update itself every second when isInProcess is true.
LoadingProcessPanel will display content of getProcessingMessage in it.
- Author:
- Shaoxuan Zhang
isInProcess
boolean isInProcess()
- Returns:
- if the process is in progress.
isComplete
boolean isComplete()
- Returns:
- if the process is successfully completed.
getProcessingMessage
java.lang.String getProcessingMessage()
- Returns:
- the message that reflect the status and/or the result of the process.