Interface IRuleListener


public interface IRuleListener
Interface for objects that wish to be notified of inference results.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when a rule has new coverage information.
  • Method Details

    • notifyCoverage

      void notifyCoverage(IRuleCoverage coverage)
      Executed when a rule has new coverage information.
      Parameters:
      coverage - an object containing data regarding element coverage.