Interface EntityEditor.PersistTask.Result<T>

Type Parameters:
T - the result type
Enclosing interface:
EntityEditor.PersistTask<T>
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.PersistTask.Result<T>
The task result
  • Method Summary

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

    • handle

      T handle()
      Notifies listeners that the task has been performed. Must be called on the UI thread if the editor is linked to UI components.
      Returns:
      the entities involved