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