|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.util.SimpleCondition
Simple Condition Synchronizer.
Constructor Summary | |
SimpleCondition()
Constructs new SimpleCondition object. |
Method Summary | |
boolean |
isSignaled()
Returns true if the condition is signaled. |
void |
signal()
Signals the condition. |
void |
waitFor()
Waits for condition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleCondition()
Method Detail |
public boolean isSignaled()
public void waitFor()
public void signal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |