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

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

public class HTMLAnalysisResultsEvent
extends java.util.EventObject

See Also:
Serialized Form

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

getHTMLText

public java.lang.String getHTMLText()
Returns:

notifyRequestHTMLText

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

notifyReturnedHTMLText

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