org.acm.seguin.pmd.swingui.event
Class SetupFilesEvent
java.lang.Object
java.util.EventObject
org.acm.seguin.pmd.swingui.event.SetupFilesEvent
- All Implemented Interfaces:
- java.io.Serializable
public class SetupFilesEvent
- extends java.util.EventObject
- Since:
- December 13, 2002
- Version:
- $Revision: 1.1 $, $Date: 2003/07/29 20:51:59 $
- Author:
- Donald A. Leckie
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
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 |
getFileList
public java.io.File[] getFileList()
- Returns:
notifySetFileList
public static final void notifySetFileList(java.lang.Object source,
java.io.File[] fileList)
- Parameters:
file
-
notifyStartSetup
public static final void notifyStartSetup(java.lang.Object source)
- Parameters:
file
-
notifyStopSetup
public static final void notifyStopSetup(java.lang.Object source)
- Parameters:
file
-