org.eclipse.actf.validation.events
Interface IReportModifyListener
public interface IReportModifyListener
listener registered to be updated on additions to validation reports. Because
validation reports are generated by ACTF and not modifiable by the user,
additions to reports are the only sorts of operations that constitute
modifications.
- Author:
- Mike Squillace
- See Also:
ValidationReport
reportModified
void reportModified(ReportModifyEvent e)
- occurs when a validation report has been modified
- Parameters:
e
- -
modify event