Interface DescriptionListener

All Known Implementing Classes:
DescriptionBasedDiff, JavacErrorDescriptionListener

public interface DescriptionListener
Strategies for reporting results.
Author:
alexeagle@google.com (Alex Eagle)
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Factory for creating DescriptionListeners while compiling each file.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDescribed(Description description)
    Reports a suggested modification to the code.
  • Method Details

    • onDescribed

      void onDescribed(Description description)
      Reports a suggested modification to the code.