Uses of Interface
com.ibm.are.report.ReporterReporting

Packages that use ReporterReporting
com.ibm.are.plugin ARE plugin specification and base implementation
 
 

Uses of ReporterReporting in com.ibm.are.plugin
 

Classes in com.ibm.are.plugin that implement ReporterReporting
 class BasePlugin.ReporterCollection
           
 

Fields in com.ibm.are.plugin declared as ReporterReporting
protected  ReporterReporting[] BasePlugin.ReporterCollection.reporters
          List of objects used for reporting.
 

Methods in com.ibm.are.plugin with parameters of type ReporterReporting
 void BasePlugin.addReporter(ReporterReporting reporter)
          Add a reporter to this group
 void BasePlugin.ReporterCollection.addReporter(ReporterReporting reporter)
          Add a reporter to this group