net.sourceforge.pmd.swingui.event
Class PMDDirectoryReturnedEvent

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

public class PMDDirectoryReturnedEvent
extends java.util.EventObject

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 RuleSet getRuleSet()
           
 java.util.List getRuleSetList()
           
 java.lang.String getRuleSetPath()
           
static void notifyReturnedAllRuleSets(java.lang.Object source, java.util.List ruleSets)
           
static void notifyReturnedDefaultRuleSets(java.lang.Object source, java.util.List ruleSets)
           
static void notifyReturnedIncludedRules(java.lang.Object source, RuleSet ruleSet)
           
static void notifyReturnedRuleSetPath(java.lang.Object source, java.lang.String ruleSetPath)
           
 
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

getRuleSetPath

public java.lang.String getRuleSetPath()
Returns:

getRuleSetList

public java.util.List getRuleSetList()
Returns:

getRuleSet

public RuleSet getRuleSet()
Returns:

notifyReturnedRuleSetPath

public static final void notifyReturnedRuleSetPath(java.lang.Object source,
                                                   java.lang.String ruleSetPath)
Parameters:
source -
ruleSetPath -

notifyReturnedAllRuleSets

public static final void notifyReturnedAllRuleSets(java.lang.Object source,
                                                   java.util.List ruleSets)
Parameters:
source -
ruleSets -

notifyReturnedDefaultRuleSets

public static final void notifyReturnedDefaultRuleSets(java.lang.Object source,
                                                       java.util.List ruleSets)
Parameters:
source -
ruleSets -

notifyReturnedIncludedRules

public static final void notifyReturnedIncludedRules(java.lang.Object source,
                                                     RuleSet ruleSet)
Parameters:
source -
ruleSet -


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