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.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
Modifier and Type | Class and Description |
---|---|
static class |
QDFilter.Updated
Represents the most recent (updated) version of the dynamic filter.
|
Modifier and Type | Method and Description |
---|---|
void |
QDFilter.addUpdateListener(QDFilter.UpdateListener listener)
Adds listener for
dynamic filter. |
void |
QDFilter.Updated.addUpdateListener(QDFilter.UpdateListener listener)
Adds listener for
dynamic filter. |
void |
QDFilter.removeUpdateListener(QDFilter.UpdateListener listener)
Removes listener for
dynamic filter. |
void |
QDFilter.Updated.removeUpdateListener(QDFilter.UpdateListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
NotFilter
Default implementation for
QDFilter.negate() operation. |
class |
SymbolSetFilter
Fast filter based on
SymbolSet . |
Modifier and Type | Class and Description |
---|---|
class |
DistributorAdapter
The
DistributorAdapter adapts distributor side of QD to message API. |
class |
DynamicChannelShaper |
Copyright © 2002-2019 Devexperts LLC. All Rights Reserved.