public static interface QDFilter.UpdateListener
Modifier and Type | Method and Description |
---|---|
void |
filterUpdated(QDFilter filter)
This method is fired at most once is a lifetime of a
dynamic filter when
it updates. |
void filterUpdated(QDFilter filter)
dynamic
filter when
it updates. The new value of the filter shall be retrieved with QDFilter.getUpdatedFilter()
method.
This method is never called under synchronization on any filter to avoid deadlocks.filter
- The filter that was updated. Use filter.getUpdateFilter()
to get the new instance of
the updated filter.Copyright © 2002-2018 Devexperts LLC. All Rights Reserved.