uk.ac.ox.cs.fdr
public class ProgressReporter extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INVALIDTASK |
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
ProgressReporter() |
protected |
ProgressReporter(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
deactivate() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ProgressReporter obj) |
protected void |
swigDirectorDisconnect() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
void |
taskFinished(long task_id) |
void |
taskMessageOutput(long task_id,
java.lang.String message) |
void |
taskStarted(long task_id,
long parent_task_id,
java.lang.String task_name) |
void |
taskStatusUpdated(long task_id,
java.lang.String new_status) |
protected boolean swigCMemOwn
public static final int INVALIDTASK
protected ProgressReporter(long cPtr, boolean cMemoryOwn)
public ProgressReporter()
protected static long getCPtr(ProgressReporter obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
protected void swigDirectorDisconnect()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void activate()
public void deactivate()
public void taskStarted(long task_id, long parent_task_id, java.lang.String task_name)
public void taskFinished(long task_id)
public void taskMessageOutput(long task_id, java.lang.String message)
public void taskStatusUpdated(long task_id, java.lang.String new_status)