net.sourceforge.pmd.swingui.event
Class RuleSetChangedEvent

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

public class RuleSetChangedEvent
extends java.util.EventObject

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 boolean allRuleSetsChanged()
           
 RuleSet getRuleSet()
           
static void notifyRuleSetChanged(java.lang.Object source, RuleSet ruleSet)
           
static void notifyRuleSetsChanged(java.lang.Object 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
 

Method Detail

allRuleSetsChanged

public boolean allRuleSetsChanged()
Returns:

getRuleSet

public RuleSet getRuleSet()
Returns:

notifyRuleSetChanged

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

notifyRuleSetsChanged

public static void notifyRuleSetsChanged(java.lang.Object source)


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