Interface EntityEditor.RefreshTask.Result

Enclosing interface:
EntityEditor.RefreshTask
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EntityEditor.RefreshTask.Result
The task result
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies listeners that the refresh has been performed.
  • Method Details

    • handle

      void handle()
      Notifies listeners that the refresh has been performed. Must be called on the UI thread if the editor is linked to UI components.