Class Layer1ApiDynamicHistoryListener.LightweightHistoryInfo<T extends com.bookmap.api.Aggregation,E extends Event>

java.lang.Object
velox.api.layer1.dynamichistory.Layer1ApiDynamicHistoryListener.DynamicHistoryInfo<T,E>
velox.api.layer1.dynamichistory.Layer1ApiDynamicHistoryListener.LightweightHistoryInfo<T,E>
Enclosing interface:
Layer1ApiDynamicHistoryListener

public abstract static non-sealed class Layer1ApiDynamicHistoryListener.LightweightHistoryInfo<T extends com.bookmap.api.Aggregation,E extends Event> extends Layer1ApiDynamicHistoryListener.DynamicHistoryInfo<T,E>
  • Constructor Details

    • LightweightHistoryInfo

      public LightweightHistoryInfo()
  • Method Details

    • getTreeInfo

      public abstract com.bookmap.api.treestructure.TreeInfo<T,? extends com.bookmap.api.LightweightAggregateable<T>> getTreeInfo()
      Specified by:
      getTreeInfo in class Layer1ApiDynamicHistoryListener.DynamicHistoryInfo<T extends com.bookmap.api.Aggregation,E extends Event>
    • convertAggregation

      public abstract E convertAggregation(long time, T aggregation)