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