com.sun.pdfview
public class Flag extends java.lang.Object
Constructor and Description |
---|
Flag() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the flag.
|
void |
interruptibleWaitForFlag()
Waits for the flag to be set, if it is not set already.
|
void |
set()
Sets the flag.
|
void |
waitForFlag()
Waits for the flag to be set, if it is not set already.
|
public void set()
public void clear()
public void waitForFlag()
public void interruptibleWaitForFlag() throws java.lang.InterruptedException
java.lang.InterruptedException