Interface EntityEditModel.EditTask.Result

Enclosing interface:
EntityEditModel.EditTask

public static interface EntityEditModel.EditTask.Result
The task result
  • Method Summary

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

    • handle

      Collection<Entity> handle()
      Notifies listeners that the task has been performed. Must be called on the UI thread if this model has a panel based on it.
      Returns:
      the entities involved