Package velox.api.layer1.dynamichistory
Interface DynamicHistoryLoadingResult
public interface DynamicHistoryLoadingResult
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Cancels the loading of the data.HistoricalUpdate<? extends Event> getDataFromCache(com.bookmap.api.treestructure.TreeId treeId) Returns the data from cache for the given treeId.
-
Method Details
-
getDataFromCache
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.
-