org.eclipse.actf.validation.events
Class ReportModifyEvent
java.lang.Object
java.util.EventObject
org.eclipse.actf.validation.events.ReportModifyEvent
- All Implemented Interfaces:
- Serializable
public class ReportModifyEvent
- extends EventObject
- See Also:
- Serialized Form
addedElements
public ReportElement[] addedElements
source
public ValidationReport source
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 reportelements
- -
added elements