BioRadio SDK - Java Android  1.1
com.tangible.ManualResetEvent Class Reference

Public Member Functions

 ManualResetEvent (boolean open)
 
void waitOne () throws InterruptedException
 
boolean waitOne (long milliseconds) throws InterruptedException
 
void set ()
 
void reset ()
 

Detailed Description

Manual Reset Event class.

Constructor & Destructor Documentation

◆ ManualResetEvent()

com.tangible.ManualResetEvent.ManualResetEvent ( boolean  open)

Constructor.

Parameters
openTake an boolean value.

Member Function Documentation

◆ reset()

void com.tangible.ManualResetEvent.reset ( )

Reset method.

◆ set()

void com.tangible.ManualResetEvent.set ( )

Set method.

◆ waitOne() [1/2]

void com.tangible.ManualResetEvent.waitOne ( ) throws InterruptedException

Wait One method.

Exceptions
InterruptedException

◆ waitOne() [2/2]

boolean com.tangible.ManualResetEvent.waitOne ( long  milliseconds) throws InterruptedException

Wait One method.

Parameters
millisecondsTake a long value for milliseconds properties.
Returns
Exceptions
InterruptedException

The documentation for this class was generated from the following file: