public class OneShotRefreshCombiner extends Object implements LiveTable, LiveTableRegistrar
Constructor and Description |
---|
OneShotRefreshCombiner() |
Modifier and Type | Method and Description |
---|---|
void |
addTable(LiveTable liveTable)
Add a table to this registrar.
|
void |
refresh()
Refresh this LiveTable.
|
void |
removeTable(LiveTable runnable)
Remove a table from this registrar.
|
public void refresh()
LiveTable
public void addTable(@NotNull LiveTable liveTable)
LiveTableRegistrar
addTable
in interface LiveTableRegistrar
liveTable
- The table to addpublic void removeTable(@NotNull LiveTable runnable)
LiveTableRegistrar
removeTable
in interface LiveTableRegistrar
runnable
- The table to remove