protected static class FilterNode.PropertyChangeAdapter extends Object implements PropertyChangeListener
FilterNode.createPropertyChangeListener(). The method
can be overridden and this class used as the super class for the
new implementation.
A reference to the proxy is stored by weak reference, so it does not prevent the node from being finalized.
| Constructor and Description |
|---|
PropertyChangeAdapter(FilterNode fn)
Create a new adapter.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
propertyChange(FilterNode fn,
PropertyChangeEvent ev)
Actually propagate the event.
|
void |
propertyChange(PropertyChangeEvent ev) |
public PropertyChangeAdapter(FilterNode fn)
fn - the proxypublic final void propertyChange(PropertyChangeEvent ev)
propertyChange in interface PropertyChangeListenerprotected void propertyChange(FilterNode fn, PropertyChangeEvent ev)
fn - the proxyev - the eventBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.