Package velox.api.layer1.dynamichistory
Interface Layer1ApiDynamicHistoryListener
public interface Layer1ApiDynamicHistoryListener
Implement this interface if you have own dynamic history on the server and want to listen to it
TODO: add proper javadoc
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classLayer1ApiDynamicHistoryListener.DynamicHistoryInfo<T extends com.bookmap.api.Aggregation,E extends DynamicHistoryEvent> static classLayer1ApiDynamicHistoryListener.HeavyweightHistoryInfo<T extends com.bookmap.api.Aggregation,E extends DynamicHistoryEvent> static classLayer1ApiDynamicHistoryListener.LightweightHistoryInfo<T extends com.bookmap.api.Aggregation,E extends DynamicHistoryEvent> static interfaceLayer1ApiDynamicHistoryListener.SnapshotState<T extends com.bookmap.api.Aggregation,E extends DynamicHistoryEvent> -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptDynamicHistoryAccessInterface(DynamicHistoryAccessInterface dynamicHistoryAccessInterface) List<Layer1ApiDynamicHistoryListener.DynamicHistoryInfo<? extends com.bookmap.api.Aggregation, ? extends DynamicHistoryEvent>>
-
Method Details
-
getDynamicHistoryInfos
List<Layer1ApiDynamicHistoryListener.DynamicHistoryInfo<? extends com.bookmap.api.Aggregation,? extends DynamicHistoryEvent>> getDynamicHistoryInfos() -
acceptDynamicHistoryAccessInterface
void acceptDynamicHistoryAccessInterface(DynamicHistoryAccessInterface dynamicHistoryAccessInterface)
-