net.sourceforge.pmd.swingui.event
Class RulesInMemoryEvent

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

public class RulesInMemoryEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 RuleSet getRules()
           
static void notifyRequestAllRules(java.lang.Object source)
           
static void notifyRequestIncludedRules(java.lang.Object source, int lowestPriorityForAnalysis)
           
static void notifyReturnedRules(java.lang.Object source, RuleSet rules)
           
 
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

getRules

public RuleSet getRules()

notifyRequestAllRules

public static final void notifyRequestAllRules(java.lang.Object source)
Parameters:
source -

notifyRequestIncludedRules

public static final void notifyRequestIncludedRules(java.lang.Object source,
                                                    int lowestPriorityForAnalysis)
Parameters:
source -

notifyReturnedRules

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


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