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

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

public class SearchDirectoryEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 java.lang.String getSearchDirectory()
           
static void notifySetSearchDirectory(java.lang.Object source, java.lang.String searchDirectory)
           
 
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

getSearchDirectory

public java.lang.String getSearchDirectory()
Returns:

notifySetSearchDirectory

public static final void notifySetSearchDirectory(java.lang.Object source,
                                                  java.lang.String searchDirectory)
Parameters:
source -