Interface LayoutModelListener

    • Method Detail

      • modelSizeChanged

        void modelSizeChanged​(IndexMapper indexMapper)
        Called whenever the number of indexes changed
        Parameters:
        indexMapper - Maps indexes from before the model size change to indexes after the model size changed.
      • dataChanged

        void dataChanged​(java.math.BigInteger start,
                         java.math.BigInteger end)
        Called when the data at an index or range of indexes changes.
        Parameters:
        start - the starting index for the region of data changes.
        end - the ending index (inclusive) for the region of data changes.