com.ibm.as400.ui.framework.java
Class TreeExpandEvent
java.lang.Object
java.util.EventObject
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
TreeExpandEvent
public TreeExpandEvent(Object source,
NodeDescriptor nd)
- Creates a TreeExpandEvent object.
- Parameters:
source
- the source of the event
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