Class ThreadedTableModel.IncrementalLoadJobListener

java.lang.Object
docking.widgets.table.threaded.ThreadedTableModel.IncrementalLoadJobListener
Enclosing class:
ThreadedTableModel<ROW_OBJECT,DATA_SOURCE>

protected class ThreadedTableModel.IncrementalLoadJobListener extends Object
A special internal listener for the model to know when incremental jobs begin and end. This allows the model to ignore repeated start/finished events from the update manager when it is in 'load incrementally' mode.
  • Constructor Details

    • IncrementalLoadJobListener

      protected IncrementalLoadJobListener()