@Deprecated public static final class WeakListener.Node extends WeakListener.PropertyChange implements NodeListener
WeakListener.Change, WeakListener.Document, WeakListener.FileChange, WeakListener.FileStatus, WeakListener.Focus, WeakListener.Node, WeakListener.PropertyChange, WeakListener.Repository, WeakListener.VetoableChange
Constructor and Description |
---|
Node(NodeListener l)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
childrenAdded(NodeMemberEvent ev)
Deprecated.
Delegates to the original listener.
|
void |
childrenRemoved(NodeMemberEvent ev)
Deprecated.
Delegates to the original listener.
|
void |
childrenReordered(NodeReorderEvent ev)
Deprecated.
Delegates to the original listener.
|
void |
nodeDestroyed(NodeEvent ev)
Deprecated.
Delegates to the original listener.
|
protected String |
removeMethodName()
Deprecated.
Method name to use for removing the listener.
|
propertyChange
change, create, document, fileChange, fileStatus, focus, get, node, propertyChange, repository, setSource, toString, vetoableChange
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
propertyChange
public Node(NodeListener l)
l
- listener to delegate topublic void childrenAdded(NodeMemberEvent ev)
childrenAdded
in interface NodeListener
public void childrenRemoved(NodeMemberEvent ev)
childrenRemoved
in interface NodeListener
public void childrenReordered(NodeReorderEvent ev)
childrenReordered
in interface NodeListener
public void nodeDestroyed(NodeEvent ev)
nodeDestroyed
in interface NodeListener
protected String removeMethodName()
removeMethodName
in class WeakListener.PropertyChange