org.acm.seguin.pmd.swingui.event
Class PMDDirectoryReturnedEvent
java.lang.Object
java.util.EventObject
org.acm.seguin.pmd.swingui.event.PMDDirectoryReturnedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PMDDirectoryReturnedEvent
- 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 |
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
-