gov.nih.nci.cagrid.data.ui.tree
Class CheckTreeSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gov.nih.nci.cagrid.data.ui.tree.CheckTreeSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class CheckTreeSelectionEvent
extends java.util.EventObject

CheckTreeSelectionEvent Event object for changes to check box selection

Version:
$Id: CheckTreeSelectionEvent.java,v 1.1 2007/07/12 17:20:52 dervin Exp $
Author:
David W. Ervin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CheckTreeSelectionEvent(CheckBoxTree tree, CheckBoxTreeNode node)
           
 
Method Summary
 CheckBoxTreeNode getNode()
           
 CheckBoxTree getTree()
           
 
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

CheckTreeSelectionEvent

public CheckTreeSelectionEvent(CheckBoxTree tree,
                               CheckBoxTreeNode node)
Method Detail

getTree

public CheckBoxTree getTree()

getNode

public CheckBoxTreeNode getNode()