R - Type of data that can be read from this property and the wrapped property.public class InvokeLaterPropertyWrapper<R>
extends com.github.leanframeworks.propertiesframework.base.property.wrap.AbstractReadablePropertyWrapper<R>
ReadableProperty that postpones the notifications of the PropertyChangeListeners later on the EDT.
Note that this property wrapper and the wrapped property are meant to be used on the EDT only.
| Constructor and Description |
|---|
InvokeLaterPropertyWrapper(com.github.leanframeworks.propertiesframework.api.property.ReadableProperty<R> wrappedProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
R |
getValue() |
protected void |
wrappedPropertyChanged(com.github.leanframeworks.propertiesframework.api.property.PropertyChange<? extends R> e) |
public InvokeLaterPropertyWrapper(com.github.leanframeworks.propertiesframework.api.property.ReadableProperty<R> wrappedProperty)
public void dispose()
dispose in interface com.github.leanframeworks.propertiesframework.api.common.Disposabledispose in class com.github.leanframeworks.propertiesframework.base.property.wrap.AbstractReadablePropertyWrapper<R>protected void wrappedPropertyChanged(com.github.leanframeworks.propertiesframework.api.property.PropertyChange<? extends R> e)
wrappedPropertyChanged in class com.github.leanframeworks.propertiesframework.base.property.wrap.AbstractReadablePropertyWrapper<R>AbstractReadablePropertyWrapper.wrappedPropertyChanged(PropertyChange)public R getValue()
ReadableProperty.getValue()Copyright © 2017. All rights reserved.