|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CancellableTask
A CancellableTask object is used in WaitScreen
component to be run in
the background.
Method Summary | |
---|---|
boolean |
cancel()
Advises to interrupt the run method and cancel it's task. |
java.lang.String |
getFailureMessage()
Gets the reason for the failure. |
boolean |
hasFailed()
Informs whether the task run was not successfull. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
boolean cancel()
boolean hasFailed()
java.lang.String getFailureMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |