Interface EntityTableModel.RefreshTask.Result

Enclosing interface:
EntityTableModel.RefreshTask

public static interface EntityTableModel.RefreshTask.Result
The task result
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Replaces the refreshed entities.
  • Method Details

    • handle

      void handle()
      Replaces the refreshed entities. Must be called on the UI thread if this model has a panel based on it.