Package | Description |
---|---|
com.dxfeed.model |
Provides convenient data models for events processing.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexedEventModel<E extends IndexedEvent<?>,N extends AbstractIndexedEventModel.Entry<E>>
Abstract model for a list of indexed events.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractIndexedEventModel.Entry<E> |
IndexedEventModel.createEntry()
Creates new concrete entry to represent an event in this model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IndexedEventModel.modelChanged(List<AbstractIndexedEventModel.Entry<E>> changedEntries)
Invoked on the change of this model.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.