net.sourceforge.pmd.swingui.event
Class AnalyzeFileEvent

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

public class AnalyzeFileEvent
extends java.util.EventObject

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 java.io.File getFile()
           
static void notifyStartAnalysis(java.lang.Object source, java.io.File file)
           
static void notifyStopAnalysis(java.lang.Object source, java.io.File file)
           
 
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

getFile

public java.io.File getFile()
Returns:

notifyStartAnalysis

public static final void notifyStartAnalysis(java.lang.Object source,
                                             java.io.File file)
Parameters:
source -
file -

notifyStopAnalysis

public static final void notifyStopAnalysis(java.lang.Object source,
                                            java.io.File file)
Parameters:
source -
file -


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