Manual Reset Event class.
◆ ManualResetEvent()
com.tangible.ManualResetEvent.ManualResetEvent |
( |
boolean |
open | ) |
|
Constructor.
- Parameters
-
open | Take an boolean value. |
◆ reset()
void com.tangible.ManualResetEvent.reset |
( |
| ) |
|
◆ set()
void com.tangible.ManualResetEvent.set |
( |
| ) |
|
◆ waitOne() [1/2]
void com.tangible.ManualResetEvent.waitOne |
( |
| ) |
throws InterruptedException |
Wait One method.
- Exceptions
-
◆ waitOne() [2/2]
boolean com.tangible.ManualResetEvent.waitOne |
( |
long |
milliseconds | ) |
throws InterruptedException |
Wait One method.
- Parameters
-
milliseconds | Take a long value for milliseconds properties. |
- Returns
- Exceptions
-
The documentation for this class was generated from the following file:
- tangible/src/main/java/com/tangible/ManualResetEvent.java