Package | Description |
---|---|
com.devexperts.mdd.news.event |
Defines News API entities, such as NewsEvent and
NewsFilter.
|
com.devexperts.mdd.news.model |
Defines News API services.
|
Modifier and Type | Method and Description |
---|---|
NewsEvent |
NewsEvent.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
NewsEvent.compareTo(NewsEvent o)
Events are naturally ordered by their arrival time to the news storage.
|
static NewsOrigin |
NewsOrigin.valueOf(NewsEvent event) |
Modifier and Type | Method and Description |
---|---|
NewsEvent |
NewsService.getNewsEvent(NewsKey newsKey)
Returns
NewsEvent object for the specified news key. |
Modifier and Type | Method and Description |
---|---|
List<NewsEvent> |
NewsList.getNews()
Returns list of news.
|
com.dxfeed.model.ObservableListModel<NewsEvent> |
NewsModel.getNewsList()
Returns an observable list of news which is updated on news updates.
|
Constructor and Description |
---|
NewsList(List<NewsEvent> news,
NewsKey lastKey) |
Copyright © 2024 Devexperts. All rights reserved.