|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xinapse.util.CancellableThread.Flag
public static class CancellableThread.Flag
A flag that can be set to indicate that a cancellation has taken place.
| Constructor Summary | |
|---|---|
CancellableThread.Flag()
|
|
| Method Summary | |
|---|---|
boolean |
isSet()
Test whether the flag has been set. |
void |
set()
Set that flag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CancellableThread.Flag()
| Method Detail |
|---|
public void set()
public boolean isSet()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||