public static interface ReloadablePanel.DataProvider<T>
Modifier and Type | Method and Description |
---|---|
java.util.Set<T> |
getCachedValues()
returns init cached values
|
void |
updateValuesAsynchronously()
After getting values method must call #onUpdateValues or #onValuesUpdateError
|
java.util.Set<T> getCachedValues()
void updateValuesAsynchronously()