Uses of Interface
org.eclipse.actf.validation.events.IReportListener

Packages that use IReportListener
org.eclipse.actf.validation.events   
org.eclipse.actf.validation.javapp.launch   
org.eclipse.actf.validation.javapp.server   
 

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

Classes in org.eclipse.actf.validation.events that implement IReportListener
 class ReportAdapter
          convenience class for implementing report listener
 

Uses of IReportListener in org.eclipse.actf.validation.javapp.launch
 

Methods in org.eclipse.actf.validation.javapp.launch with parameters of type IReportListener
 void ValidationLauncher.addReportListener(IReportListener listener)
          add a ReportListener to be notified of report-related events
 void ValidationLauncher.removeReportListener(IReportListener listener)
          remove the specified listener from the list of listeners to be notified when report events take place.
 

Uses of IReportListener in org.eclipse.actf.validation.javapp.server
 

Methods in org.eclipse.actf.validation.javapp.server with parameters of type IReportListener
 void ResourceServer.addReportListener(IReportListener listener)
          add a ReportListener to be notified when a report has started or completed
 void ResourceServer.removeReportListener(IReportListener listener)
          remove the specified listener from the list of listeners to be notified when report events take place.