edu.harvard.mgh.purcell.gCLINE.general
Class GCFileChooser.FileChoosenEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.harvard.mgh.purcell.gCLINE.general.GCFileChooser.FileChoosenEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GCFileChooser

public class GCFileChooser.FileChoosenEvent
extends java.util.EventObject

Create an EventObject to notify the selection of a file.

Author:
Kathe Todd-Brown
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GCFileChooser.FileChoosenEvent(java.lang.Object 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

GCFileChooser.FileChoosenEvent

public GCFileChooser.FileChoosenEvent(java.lang.Object source)