public abstract class BoundPropertyAdapter extends PropertyAdapter implements BoundPropertyListener
Methods defined in this class are empty. This class exists as as convenience for creating listener objects.
Constructor and Description |
---|
BoundPropertyAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
propertyBound(PropertyMap map)
Notifies that this listener was bound to a property.
|
void |
propertyUnbound(PropertyMap map)
Notifies that this listener was unbound from a property.
|
propertyAdded, propertyChanged, propertyRemoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPropertyName
propertyAdded, propertyChanged, propertyRemoved
public void propertyBound(PropertyMap map)
propertyBound
in interface BoundPropertyListener
map
- PropertyMap which contains property bound to.public void propertyUnbound(PropertyMap map)
propertyUnbound
in interface BoundPropertyListener
map
- PropertyMap which contains property bound to.Copyright © 2018 JBoss by Red Hat. All rights reserved.