org.eclipse.actf.validation.events
Class ReportModifyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.actf.validation.events.ReportModifyEvent
All Implemented Interfaces:
Serializable

public class ReportModifyEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 ReportElement[] addedElements
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ReportModifyEvent(Object source, ReportElement[] elements)
          create a new event object.
 
Method Summary
 
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
 

Field Detail

addedElements

public ReportElement[] addedElements
Constructor Detail

ReportModifyEvent

public ReportModifyEvent(Object source,
                         ReportElement[] elements)
create a new event object. This constructor is called when a validation report has been modified and the fireReportModified method is invoked. The source is the ValidationReport object and the 'elements' parameter are the objects that were added to the report.

Parameters:
source - - source validation report
elements - - added elements