T - Type of data that can be read from and written to this property.public class InvokeLaterWrapper<T>
extends com.google.code.validationframework.base.property.AbstractReadableWritableProperty<T,T>
| Constructor and Description |
|---|
InvokeLaterWrapper()
Default constructor.
|
InvokeLaterWrapper(T initialValue)
Constructor specifying the initial value.
|
InvokeLaterWrapper(T initialValue,
com.google.code.validationframework.api.property.ValueChangeListener<T>... listeners) |
InvokeLaterWrapper(com.google.code.validationframework.api.property.ValueChangeListener<T>... listeners) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
void |
setValue(T value) |
addValueChangeListener, getValueChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeValueChangeListener, setInhibitedpublic InvokeLaterWrapper()
public InvokeLaterWrapper(T initialValue)
initialValue - public InvokeLaterWrapper(com.google.code.validationframework.api.property.ValueChangeListener<T>... listeners)
Copyright © 2014. All Rights Reserved.