Class DbConsoleLogPanel.SynchronizedQuickFilter

All Implemented Interfaces:
FilterStrategy, Workspace
Enclosing class:
DbConsoleLogPanel

public static class DbConsoleLogPanel.SynchronizedQuickFilter
extends QuickFilterStrategy
The workspace setting happens from the main thread, but we get the filter data from the log record processing thread. This will synchronize those two actions against each other.