public class ExamTimeCore extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ExamTimeCore.ExamTimeState |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
static ExamTimeCore |
getInstance() |
float |
getPercentage() |
ExamTimeCore.ExamTimeState |
getState() |
protected void |
increment() |
protected void |
setTotal(int total) |
void |
startThread() |
void |
stopThread() |
protected void |
threadFinished() |
public static ExamTimeCore getInstance()
public java.io.File getFile()
public void startThread()
public void stopThread()
protected void threadFinished()
protected void setTotal(int total)
protected void increment()
public float getPercentage()
public ExamTimeCore.ExamTimeState getState()