|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cancellable
A Cancellable
represents a process or an operation that can be
canceled.
Method Summary | |
---|---|
boolean |
cancel()
Cancels the ongoing operation or process. |
Method Detail |
---|
boolean cancel()
true
if the operation or process has been cancelled as a result of
this method call or false
if it has already been cancelled or not started.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |