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, propertyRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertyNamepropertyAdded, propertyChanged, propertyRemovedpublic void propertyBound(PropertyMap map)
propertyBound in interface BoundPropertyListenermap - PropertyMap which contains property bound to.public void propertyUnbound(PropertyMap map)
propertyUnbound in interface BoundPropertyListenermap - PropertyMap which contains property bound to.Copyright © 2015 JBoss by Red Hat. All rights reserved.