Package | Description |
---|---|
org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PropertyHelper.firePropertyStateChange(PropertyStateEvent pse)
Notify listeners that the state of this property has changed, as
characterized by the given
PropertyStateEvent . |
void |
PropertyStateListener.propertyStateChanged(PropertyStateEvent pse)
Called to notify the listener that a change of state has occurred to
one of the
Property instances upon which the listener is registered. |
void |
BindingListener.sourceChanged(Binding binding,
PropertyStateEvent event)
Notification that the source property of a
Binding has fired
a PropertyStateEvent for the Binding's source object. |
void |
AbstractBindingListener.sourceChanged(Binding binding,
PropertyStateEvent event)
Notification that the source property of a
Binding has fired
a PropertyStateEvent for the Binding's source object. |
protected void |
AutoBinding.sourceChangedImpl(PropertyStateEvent pse) |
protected void |
Binding.sourceChangedImpl(PropertyStateEvent pse)
Called to indicate that the source property has fired a
PropertyStateEvent to indicate that its state has changed for
the source object. |
void |
BindingListener.targetChanged(Binding binding,
PropertyStateEvent event)
Notification that the target property of a
Binding has fired
a PropertyStateEvent for the Binding's target object. |
void |
AbstractBindingListener.targetChanged(Binding binding,
PropertyStateEvent event)
Notification that the target property of a
Binding has fired
a PropertyStateEvent for the Binding's target object. |
protected void |
AutoBinding.targetChangedImpl(PropertyStateEvent pse) |
protected void |
Binding.targetChangedImpl(PropertyStateEvent pse)
Called to indicate that the target property has fired a
PropertyStateEvent to indicate that its state has changed for
the target object. |