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