Uses of Class
org.eclipse.actf.validation.events.ReportEvent

Packages that use ReportEvent
org.eclipse.actf.validation.events   
 

Uses of ReportEvent in org.eclipse.actf.validation.events
 

Methods in org.eclipse.actf.validation.events with parameters of type ReportEvent
 void IReportListener.creationContextCompleted(ReportEvent e)
          call-back indicating that a creation context has ended.
 void ReportAdapter.creationContextCompleted(ReportEvent e)
           
 void IReportListener.creationContextStarted(ReportEvent e)
          call-back indicating that a creation context for an instantiated element has begun.
 void ReportAdapter.creationContextStarted(ReportEvent e)
           
 void IReportListener.reportCompleted(ReportEvent e)
          call-back indicating that a validation report has ended.
 void ReportAdapter.reportCompleted(ReportEvent e)
           
 void IReportListener.reportStarted(ReportEvent e)
          call-back indicating that a validation report has been started.
 void ReportAdapter.reportStarted(ReportEvent e)