Uses of Interface
org.jdesktop.beansbinding.BindingListener
Packages that use BindingListener
Package
Description
Provides support for defining properties and creating bindings between
sets of two properties.
-
Uses of BindingListener in org.jdesktop.beansbinding
Classes in org.jdesktop.beansbinding that implement BindingListenerModifier and TypeClassDescriptionclass
An abstract subclass ofBindingListener
that simplifies writingBindingListeners
by allowing you to extend this class and re-implement only the methods you care about.Methods in org.jdesktop.beansbinding that return BindingListenerModifier and TypeMethodDescriptionfinal BindingListener[]
Binding.getBindingListeners()
Returns the list ofBindingListeners
registered on thisBinding
.final BindingListener[]
BindingGroup.getBindingListeners()
Returns the list ofBindingListeners
registered on this group.Methods in org.jdesktop.beansbinding with parameters of type BindingListenerModifier and TypeMethodDescriptionfinal void
Binding.addBindingListener
(BindingListener listener) Adds aBindingListener
to be notified of changes to thisBinding
.final void
BindingGroup.addBindingListener
(BindingListener listener) Adds aBindingListener
to be notified of allBindingListener
notifications fired by anyBinding
in the group.final void
Binding.removeBindingListener
(BindingListener listener) Removes aBindingListener
from theBinding
.final void
BindingGroup.removeBindingListener
(BindingListener listener) Removes aBindingListener
from the group.