Interface DynamicHistoryLoadingResult


public interface DynamicHistoryLoadingResult
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels the loading of the data.
    getDataFromCache(com.bookmap.api.treestructure.TreeId treeId)
    Returns the data from cache for the given treeId.
  • Method Details

    • getDataFromCache

      HistoricalUpdate<? extends Event> getDataFromCache(com.bookmap.api.treestructure.TreeId treeId)
      Returns the data from cache for the given treeId.
      Parameters:
      treeId - the treeId to get the data for
      Returns:
      the data from cache
    • cancel

      void cancel()
      Cancels the loading of the data.