BioRadio SDK - Java Android  1.1
All Classes Namespaces Functions Variables Pages
com.tangible.AutoResetEvent Class Reference

Public Member Functions

 AutoResetEvent (boolean open)
 
void waitOne () throws InterruptedException
 
void waitOne (long timeout) throws InterruptedException
 
void set ()
 
void reset ()
 

Constructor & Destructor Documentation

◆ AutoResetEvent()

com.tangible.AutoResetEvent.AutoResetEvent ( boolean  open)

Constructor

Parameters
openTake an boolean.

Member Function Documentation

◆ reset()

void com.tangible.AutoResetEvent.reset ( )

Reset method.

◆ set()

void com.tangible.AutoResetEvent.set ( )

Set method.

◆ waitOne() [1/2]

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

WaitOne method.

Exceptions
InterruptedException

◆ waitOne() [2/2]

void com.tangible.AutoResetEvent.waitOne ( long  timeout) throws InterruptedException

WaitOne method.

Parameters
timeoutTake a long value.
Exceptions
InterruptedException

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