Interface ListingModelListener

    • Method Detail

      • modelSizeChanged

        void modelSizeChanged()
        Called whenever the number of indexes changed
      • dataChanged

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