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()
LiveTablepublic void addTable(@NotNull
LiveTable liveTable)
LiveTableRegistraraddTable in interface LiveTableRegistrarliveTable - The table to addpublic void removeTable(@NotNull
LiveTable runnable)
LiveTableRegistrarremoveTable in interface LiveTableRegistrarrunnable - The table to remove