Package docking.widgets.table.threaded
Class ThreadedTableModel.IncrementalLoadJobListener
- java.lang.Object
-
- docking.widgets.table.threaded.ThreadedTableModel.IncrementalLoadJobListener
-
- Enclosing class:
- ThreadedTableModel<ROW_OBJECT,DATA_SOURCE>
protected class ThreadedTableModel.IncrementalLoadJobListener extends java.lang.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 Summary
Constructors Modifier Constructor Description protected
IncrementalLoadJobListener()
-