gov.nih.nci.cagrid.data.ui.browser
Class ClassSelectionEvent

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

public class ClassSelectionEvent
extends java.util.EventObject

ClassSelectionEvent Event fired when a class is selected in the class browser panel

Version:
$Id: ClassSelectionEvent.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
ClassSelectionEvent(ClassBrowserPanel source)
           
 
Method Summary
 
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

ClassSelectionEvent

public ClassSelectionEvent(ClassBrowserPanel source)