Interface DescriptionListener
- All Known Implementing Classes:
DescriptionBasedDiff
,JavacErrorDescriptionListener
public interface DescriptionListener
Strategies for reporting results.
- Author:
- alexeagle@google.com (Alex Eagle)
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Factory for creating DescriptionListeners while compiling each file. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onDescribed
(Description description) Reports a suggested modification to the code.
-
Method Details
-
onDescribed
Reports a suggested modification to the code.
-