public class InvokeLater<T> extends AbstractReadableProperty<T> implements WritableProperty<T>
| Constructor and Description |
|---|
InvokeLater() |
InvokeLater(ReadablePropertyChangeListener<T>... listeners) |
InvokeLater(T initialValue) |
InvokeLater(T initialValue,
ReadablePropertyChangeListener<T>... listeners) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Gets the value of the property.
|
void |
setValue(T value)
Sets the value of the property.
|
addChangeListener, notifyListeners, removeChangeListenerpublic InvokeLater()
public InvokeLater(T initialValue)
public InvokeLater(ReadablePropertyChangeListener<T>... listeners)
public InvokeLater(T initialValue, ReadablePropertyChangeListener<T>... listeners)
public T getValue()
ReadablePropertyWritableProperty that is bound to it.getValue in interface ReadableProperty<T>public void setValue(T value)
WritablePropertyReadableProperty that is bound to it.setValue in interface WritableProperty<T>value - Property value.Copyright © 2013. All Rights Reserved.