public TableEntry(BatchState bState) {
    bState.addListener(this);

    this.bState = bState;
  }