|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.os.ConditionVariable
public class ConditionVariable
| Constructor Summary | |
|---|---|
ConditionVariable()
|
|
ConditionVariable(boolean state)
|
|
| Method Summary | |
|---|---|
void |
block()
|
boolean |
block(long timeout)
|
void |
close()
|
void |
open()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionVariable()
public ConditionVariable(boolean state)
| Method Detail |
|---|
public void open()
public void close()
public void block()
public boolean block(long timeout)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||