| com.jgoodies.validation.tutorial.performance.ValidationHandlerDelayed
ValidationHandlerDelayed | final class ValidationHandlerDelayed extends DelayedPropertyChangeHandler (Code) | | Executes a given performance sub example with a given delay.
Validates the container using the example's container validator,
and adds the EDT time spent.
author: Karsten Lentzsch version: $Revision: 1.7 $ |
Constructor Summary | |
| ValidationHandlerDelayed(PerformanceSubExample subExample, int delay, boolean coalesce) Constructs a change handler that handles container no changes
with a slight delay, saving unnecessary validation operations. |
ValidationHandlerDelayed | ValidationHandlerDelayed(PerformanceSubExample subExample, int delay, boolean coalesce)(Code) | | Constructs a change handler that handles container no changes
with a slight delay, saving unnecessary validation operations.
The validation is performed in the Event-Dispatch-Thread and
and blocks the UI.
Parameters: subExample - provides the container, validator, and result model Parameters: delay - the milliseconds to wait before the delayed property changewill be performed Parameters: coalesce - true to coalesce all pending changes,false to fire changes with the delay when an updatehas been received |
|
|