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

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.as400.ui.framework.java.TreeExpandEvent
All Implemented Interfaces:
Serializable

public class TreeExpandEvent
extends EventObject

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

Since:
v5r2m0
Version:
1.0, 08/29/01
Author:
T. Eagen
See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Constructor and Description
TreeExpandEvent(Object source, NodeDescriptor nd)
          Creates a TreeExpandEvent object.
 
Method Summary
Modifier and Type Method and Description
 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(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