Package | Description |
---|---|
com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
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 DataListener |
DataListener.VOID
This listener immediately retrieves and discards data from provider.
|
Modifier and Type | Method and Description |
---|---|
void |
DataProvider.setDataListener(DataListener listener)
Sets new data listener to receive notifications about data.
|
void |
DataBuffer.setDataListener(DataListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordProvider.setDataListener(DataListener listener)
Deprecated.
|
void |
RecordBuffer.setDataListener(DataListener listener)
This method is provided for compatibility with a legacy
DataProvider interface
and throws UnsupportedOperationException . |
void |
AbstractRecordProvider.setDataListener(DataListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RecordListener |
LegacyAdapter.of(DataListener listener) |
Copyright © 2002-2020 Devexperts LLC. All Rights Reserved.