Package PamController

Class ViewerLoadProgress

java.lang.Object
PamController.ViewerLoadProgress

public class ViewerLoadProgress extends Object
Class for passing around data on how the load of data from the databsae is going.
Author:
Doug
  • Constructor Details

    • ViewerLoadProgress

      public ViewerLoadProgress(String tableName, int totalLines, int linesRead)
  • Method Details

    • getTableName

      public String getTableName()
      Returns:
      the tableName
    • getTotalLines

      public int getTotalLines()
      Returns:
      the totalLines
    • getLinesRead

      public int getLinesRead()
      Returns:
      the linesRead