|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemOperationMonitor
An interface to support cancellation of operations on remote systems, where
the Eclipse IProgressMonitor
is not avaialble.
Method Summary | |
---|---|
boolean |
isCancelled()
Returns whether cancelation of current operation has been requested. |
boolean |
isDone()
Notifies that the work is done; that is, either the main task is completed or the user cancelled it. |
void |
setCancelled(boolean value)
Sets the cancel state to the given value. |
void |
setDone(boolean value)
Sets the done state to the given value. |
Method Detail |
---|
boolean isDone()
void setDone(boolean value)
value
- true
indicates that this operation has finished
false
clears this flagisDone()
boolean isCancelled()
true
if cancellation has been requested,
and false
otherwisesetCancelled(boolean)
void setCancelled(boolean value)
value
- true
indicates that cancelation has
been requested (but not necessarily acknowledged);
false
clears this flagisCancelled()
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |