@Deprecated public static class WeakListener.PropertyChange extends WeakListener implements PropertyChangeListener
WeakListener.Change, WeakListener.Document, WeakListener.FileChange, WeakListener.FileStatus, WeakListener.Focus, WeakListener.Node, WeakListener.PropertyChange, WeakListener.Repository, WeakListener.VetoableChange
Constructor and Description |
---|
PropertyChange(PropertyChangeListener l)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(PropertyChangeEvent ev)
Deprecated.
Tests if the object we reference to still exists and
if so, delegate to it.
|
protected String |
removeMethodName()
Deprecated.
Method name to use for removing the listener.
|
change, create, document, fileChange, fileStatus, focus, get, node, propertyChange, repository, setSource, toString, vetoableChange
public PropertyChange(PropertyChangeListener l)
l
- listener to delegate topublic void propertyChange(PropertyChangeEvent ev)
propertyChange
in interface PropertyChangeListener
protected String removeMethodName()
removeMethodName
in class WeakListener