Interface EntityEditor.EditorTasks

Enclosing interface:
EntityEditor<R extends EntityEditor<R>>

public static interface EntityEditor.EditorTasks

Provides factory methods for creating EntityEditor.PersistTask and EntityEditor.RefreshTask instances.

Each factory method validates the input, captures entity state and fires "before" events. Must be called on the UI thread if the editor is linked to UI components. The returned task should be executed promptly, not cached for later use.