Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityTableModel.RefreshTask
- Enclosing interface:
EntityTableModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>>
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
-