|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LongTask
A LongTask is some GUI related function such as opening a file, this is used by the
LongTaskRunnerDialogImpl
to display a progress bar and status message that is
common amongst nearly every GUI.
Created Date: 25-Jan-2005
Method Summary | |
---|---|
int |
getCurrent()
Called to find out how much has been done. |
int |
getLengthOfTask()
Called to find out how much work needs to be done. |
java.lang.String |
getMessage()
Returns the most recent status message, or null if there is no current status message. |
void |
go()
Called to start the task. |
boolean |
isDone()
Called to find out if the task has completed. |
void |
stop()
Stop the task |
Method Detail |
---|
void go()
int getLengthOfTask()
int getCurrent()
void stop()
boolean isDone()
java.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |