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