Interface EntityDialogs.EditAttributeDialogBuilder.Updater<E extends SwingEntityEditModel>

Type Parameters:
E - the edit model type
Enclosing interface:
EntityDialogs.EditAttributeDialogBuilder<T>

public static interface EntityDialogs.EditAttributeDialogBuilder.Updater<E extends SwingEntityEditModel>
Handles performing the actual update when entities are edited.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(E editModel, Collection<Entity> entities)
    Updates the given entities, assuming they are all modified.