Package PamController
Class ViewerLoadProgress
java.lang.Object
PamController.ViewerLoadProgress
Class for passing around data on how the load of 
 data from the databsae is going.
- Author:
 - Doug
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ViewerLoadProgress
 
 - 
 - 
Method Details
- 
getTableName
- Returns:
 - the tableName
 
 - 
getTotalLines
public int getTotalLines()- Returns:
 - the totalLines
 
 - 
getLinesRead
public int getLinesRead()- Returns:
 - the linesRead
 
 
 -