org.acm.seguin.pmd.swingui.event
Class SearchRuleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.acm.seguin.pmd.swingui.event.SearchRuleEvent
All Implemented Interfaces:
java.io.Serializable

public class SearchRuleEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Rule getSearchRule()
           
static void notifySetSearchRule(java.lang.Object source, Rule searchRule)
           
 
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

getSearchRule

public Rule getSearchRule()
Returns:

notifySetSearchRule

public static final void notifySetSearchRule(java.lang.Object source,
                                             Rule searchRule)
Parameters:
source -