Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityTableModel.RefreshTask
- Enclosing interface:
EntityTableModel<E extends EntityEditModel>
public static interface EntityTableModel.RefreshTask
A task for refreshing a set of entities, split up for use with a background thread
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe task result -
Method Summary
Modifier and TypeMethodDescriptionperform()Fetches the entities, can be called on a background thread
-
Method Details
-
perform
EntityTableModel.RefreshTask.Result perform()Fetches the entities, can be called on a background thread- Returns:
- the result
-