public class IRState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_FINISHED |
static int |
STATE_NOT_FINISHED |
| Constructor and Description |
|---|
IRState() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
boolean |
isFinished() |
public static final int STATE_NOT_FINISHED
public static final int STATE_FINISHED