private class Node.ReadOnlyObjectWrapperManualFire<T> extends ReadOnlyObjectWrapper<T>
Modifier | Constructor and Description |
---|---|
private |
ReadOnlyObjectWrapperManualFire() |
Modifier and Type | Method and Description |
---|---|
void |
fireSuperValueChangedEvent() |
protected void |
fireValueChangedEvent()
Sends notifications to all attached
InvalidationListeners and
ChangeListeners . |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
getReadOnlyProperty
addListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind
bindBidirectional, setValue, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
getValue
public java.lang.Object getBean()
SimpleObjectProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.getBean
in interface ReadOnlyProperty<T>
getBean
in class SimpleObjectProperty<T>
Object
or null
public java.lang.String getName()
SimpleObjectProperty
String
.getName
in interface ReadOnlyProperty<T>
getName
in class SimpleObjectProperty<T>
String
protected void fireValueChangedEvent()
ReadOnlyObjectWrapper
InvalidationListeners
and
ChangeListeners
.
This method is called when the value is changed, either manually by
calling ObjectPropertyBase.set(T)
or in case of a bound property, if the
binding becomes invalid.fireValueChangedEvent
in class ReadOnlyObjectWrapper<T>
public void fireSuperValueChangedEvent()