Class AbstractRemoteDataSource.RequestRowsCallback<T>

    • Constructor Detail

      • RequestRowsCallback

        protected RequestRowsCallback​(AbstractRemoteDataSource<T> source,
                                      Range requestedRange)
        Creates a new callback
        Parameters:
        source - the data source for which the request is made
        requestedRange - the requested row range
    • Method Detail

      • getRequestedRange

        public Range getRequestedRange()
        Gets the range of rows that was requested.
        Returns:
        the requsted row range