com.ibm.as400.ui.framework.java
Class TreeExpandEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.as400.ui.framework.java.TreeExpandEvent
All Implemented Interfaces:
java.io.Serializable

public class TreeExpandEvent
extends java.util.EventObject

An event used to notify interested parties that a tree expansion event has occurred.

Since:
v5r2m0
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TreeExpandEvent(java.lang.Object source, NodeDescriptor nd)
          Creates a TreeExpandEvent object.
 
Method Summary
 NodeDescriptor getNodeDescriptor()
          Return the NodeDescriptor that is associated with the expand/collapse event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeExpandEvent

public TreeExpandEvent(java.lang.Object source,
                       NodeDescriptor nd)
Creates a TreeExpandEvent object.
Parameters:
source - the source of the event
Method Detail

getNodeDescriptor

public NodeDescriptor getNodeDescriptor()
Return the NodeDescriptor that is associated with the expand/collapse event.

Returns:
NodeDescriptor associated with the expand/collapse event
Since:
v5r2m0