public class ManualResetEvent extends Object
| Constructor and Description |
|---|
ManualResetEvent(boolean signalled) |
public void set()
public void reset()
public void waitOne()
throws InterruptedException
InterruptedExceptionpublic boolean waitOne(int timeout,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionpublic boolean isSignalled()
Copyright © 2014. All Rights Reserved.