Interface ArrayUpdater

  • All Superinterfaces:
    Serializable
    All Known Subinterfaces:
    HierarchicalArrayUpdater

    public interface ArrayUpdater
    extends Serializable
    Array update strategy aware class.

    For internal use only. May be renamed or removed in a future release.

    Since:
    1.0
    Author:
    Vaadin Ltd
    • Method Detail

      • startUpdate

        ArrayUpdater.Update startUpdate​(int sizeChange)
        Starts update of an array.
        Parameters:
        sizeChange - the size of the array where changes happened
        Returns:
        array update strategy
      • initialize

        void initialize()
        Initialize the array.