Package | Description |
---|---|
com.devexperts.qd.ng |
This package contains next-generation interfaces for data and subscription exchange based on
RecordCursor class. |
com.devexperts.qd.util |
This package contains utility classes which are used by QD, but which do not
depend on QD and which do not constitute any separate module or subsystem.
|
Modifier and Type | Field and Description |
---|---|
static RecordListener |
RecordListener.VOID
This listener immediately retrieves and discards records from provider.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordProvider.setRecordListener(RecordListener listener)
Sets new record listener to receive notifications about available records.
|
void |
RecordBuffer.setRecordListener(RecordListener listener)
This method throws
UnsupportedOperationException . |
void |
AbstractRecordProvider.setRecordListener(RecordListener listener)
Sets new record listener to receive notifications about available records.
|
Modifier and Type | Method and Description |
---|---|
static RecordListener |
LegacyAdapter.of(DataListener listener) |
static RecordListener |
LegacyAdapter.of(SubscriptionListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeRecordProvider.setRecordListener(RecordListener listener) |
Copyright © 2002-2020 Devexperts LLC. All Rights Reserved.