Interface IIssueReceiver
- All Known Implementing Classes:
ShowAccuracyInfluenceAnalysisErrorsJob
public interface IIssueReceiver
Interface to describe that issues can be added to an implementing class.
Used for error reporting.
-
Method Summary
-
Method Details
-
addIssues
Makes issues known.- Parameters:
issues
- List of issues.
-