All Implemented Interfaces:
PropertyListener
All Known Implementing Classes:
FieldBoundPropertyListener, MethodBoundPropertyListener, BoundPropertyAdapter
Classes that are interested in processing a bound property event implement this interface, and register instance objects with a given PropertyMap or via PropertyManager#addPropertyListener(PropertyListener) .
Note that this is not the typical listener interface, as it extends from PropertyListener , and defines #getPropertyName() which is not an event triggered method. This method serves to instruct the PropertyMap the listener is registered with, which property it will bind to.
< - tt>$Revision: 1.1 $< - a href="mailto:jason@planet57.com">Jason Dillon| Method from org.jboss.util.property.BoundPropertyListener Summary: |
|---|
| getPropertyName, propertyBound, propertyUnbound |
| Method from org.jboss.util.property.BoundPropertyListener Detail: |
|---|
|
|
|