Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ide.model
Class NodeEvent

java.lang.Object
  extended by oracle.ide.model.NodeEvent

public final class NodeEvent
extends java.lang.Object

Event object for the NodeListener callback.


Method Summary
 Node getNode()
          Returns the Node associated with this event.
 java.net.URL getNodeURL()
          Returns the URL of the Node associated with this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNode

public Node getNode()
Returns the Node associated with this event. It may be null, if the Node is already closed.

Returns:
the Node associated with this event, which may be null if the Node is already closed.

getNodeURL

public java.net.URL getNodeURL()
Returns the URL of the Node associated with this event.

Returns:
the URL of the Node associated with this event.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.