当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
BoundPropertyAdapter (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util.property
Class BoundPropertyAdapter
java.lang.Object
org.jboss.util.property.PropertyAdapter
org.jboss.util.property.BoundPropertyAdapter
- All Implemented Interfaces:
- BoundPropertyListener, EventListener, PropertyListener
- Direct Known Subclasses:
- FieldBoundPropertyListener, MethodBoundPropertyListener
- public abstract class BoundPropertyAdapter
- extends PropertyAdapter
- implements BoundPropertyListener
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.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundPropertyAdapter
public BoundPropertyAdapter()
propertyBound
public void propertyBound(PropertyMap map)
- Notifies that this listener was bound to a property.
- Specified by:
propertyBound
in interface BoundPropertyListener
- Parameters:
map
- PropertyMap which contains property bound to.
propertyUnbound
public void propertyUnbound(PropertyMap map)
- Notifies that this listener was unbound from a property.
- Specified by:
propertyUnbound
in interface BoundPropertyListener
- Parameters:
map
- PropertyMap which contains property bound to.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.