|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.property.PropertyAdapter (src)
org.jboss.util.property.BoundPropertyAdapter
An abstract adapter class for receiving bound property events.
Methods defined in this class are empty. This class exists as as convenience for creating listener objects.
| Constructor Summary | |
BoundPropertyAdapter()
|
|
| Method Summary | |
void |
propertyBound(PropertyMap (src) map)
Notifies that this listener was bound to a property. |
void |
propertyUnbound(PropertyMap (src) map)
Notifies that this listener was unbound from a property. |
| Methods inherited from class org.jboss.util.property.PropertyAdapter (src) |
propertyAdded, propertyChanged, propertyRemoved |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.util.property.BoundPropertyListener (src) |
getPropertyName |
| Methods inherited from interface org.jboss.util.property.PropertyListener (src) |
propertyAdded, propertyChanged, propertyRemoved |
| Constructor Detail |
public BoundPropertyAdapter()
| Method Detail |
public void propertyBound(PropertyMap (src) map)
propertyBound in interface BoundPropertyListener (src) map - PropertyMap which contains property bound to.public void propertyUnbound(PropertyMap (src) map)
propertyUnbound in interface BoundPropertyListener (src) map - PropertyMap which contains property bound to.
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||