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