|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSInteractiveJobStatusMonitor
An interface to support cancellation of operations on remote systems, where
the Eclipse IProgressMonitor
is not avaialble.
Method Summary | |
---|---|
String |
getMessage()
|
boolean |
isDone()
Notifies that the work is done; that is, either the main task is completed or the user cancelled it. |
void |
setDone(boolean value)
Sets the done state to the given value. |
void |
setMessage(String messages)
|
Method Detail |
---|
boolean isDone()
void setDone(boolean value)
value
- true
indicates that this operation has finished
false
clears this flagisDone()
void setMessage(String messages)
String getMessage()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |