public class ViewerLoadProgress
extends Object
Class for passing around data on how the load of
data from the databsae is going.
- Author:
- Doug
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
ViewerLoadProgress 
public ViewerLoadProgress(String tableName,
int totalLines,
int linesRead)
-