net.sourceforge.pmd.swingui.event
Class SetupFilesEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.sourceforge.pmd.swingui.event.SetupFilesEvent
All Implemented Interfaces:
java.io.Serializable

public class SetupFilesEvent
extends java.util.EventObject

Since:
December 13, 2002
Version:
$Revision: 1.4 $, $Date: 2003/03/14 19:04:23 $
Author:
Donald A. Leckie
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 java.io.File[] getFileList()
           
static void notifySetFileList(java.lang.Object source, java.io.File[] fileList)
           
static void notifyStartSetup(java.lang.Object source)
           
static void notifyStopSetup(java.lang.Object source)
           
 
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
 

Method Detail

getFileList

public java.io.File[] getFileList()
Returns:

notifySetFileList

public static final void notifySetFileList(java.lang.Object source,
                                           java.io.File[] fileList)

notifyStartSetup

public static final void notifyStartSetup(java.lang.Object source)

notifyStopSetup

public static final void notifyStopSetup(java.lang.Object source)


Copyright © 2002-2003 Project Ultra*Log @ DARPA. All Rights Reserved.