Class RProgressMonitor
java.lang.Object
uk.co.terminological.rjava.threads.RProgressMonitor
A set of static methods for monitoring progress
The key functions are setTotal()
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RProgressMonitor
public RProgressMonitor()
-
-
Method Details
-
register
protected static void register() -
register
protected static void register(long id) -
deregister
protected static void deregister() -
deregister
protected static void deregister(long id) -
progress
-
increment
- Throws:
InterruptedException
-
increment
- Throws:
InterruptedException
-
setTotal
public static void setTotal(int total) -
setName
-
complete
- Throws:
InterruptedException
-