public final class NodeEvent
extends java.lang.Object
NodeListener
callback.Modifier and Type | Method and Description |
---|---|
Node |
getNode()
Returns the
Node associated with this event. |
java.net.URL |
getNodeURL()
Returns the URL of the
Node associated with this event. |
public Node getNode()
Node
associated with this event. It may be
null, if the Node is already closed.null
if the Node is already closed.public java.net.URL getNodeURL()
Node
associated with this event.