|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.util.EventListenerProxy
![]()
![]()
![]()
java.beans.PropertyChangeListenerProxy
, EventListener

public class PropertyChangeListenerProxy


A class which extends the EventListenerProxy specifically
for adding a named PropertyChangeListener. Instances of
this class can be added as PropertyChangeListener to
an object.
If the object has a getPropertyChangeListeners()
method then the array returned could be a mixture of
PropertyChangeListener and
PropertyChangeListenerProxy objects.
EventListenerProxy

| Constructor Summary | |
|---|---|
PropertyChangeListenerProxy
Constructor which binds the PropertyChangeListener to a specific property. |
|
| Method Summary | |
|---|---|
String |
getPropertyName
Returns the name of the named property associated with the listener. |
void |
propertyChange
Forwards the property change event to the listener delegate. |
Methods inherited from class java.util.EventListenerProxy ![]() |
|---|
getListener |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public PropertyChangeListenerProxy(String![]()
![]()
propertyName, PropertyChangeListener
![]()
![]()
listener)
listener - The listener objectpropertyName - The name of the property to listen on.| Method Detail |
|---|

public void propertyChange(PropertyChangeEvent![]()
![]()
evt)
propertyChange

in interface PropertyChangeListener

evt - the property change event

public String![]()
![]()
getPropertyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||