R - Type of data that can be read from this property and the wrapped property.public class InvokeLaterPropertyWrapper<R>
extends com.google.code.validationframework.base.property.AbstractReadableProperty<R>
implements com.google.code.validationframework.api.common.Disposable
ReadableProperty that postpones the notifications of the ValueChangeListeners later on
the EDT.| Constructor and Description |
|---|
InvokeLaterPropertyWrapper(com.google.code.validationframework.api.property.ReadableProperty<R> wrappedProperty)
Constructor specifying the property to be wrapped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
R |
getValue() |
public InvokeLaterPropertyWrapper(com.google.code.validationframework.api.property.ReadableProperty<R> wrappedProperty)
wrappedProperty - ReadableProperty to be wrapped.Copyright © 2015. All Rights Reserved.