Interface ICompilerRequestor

All Known Implementing Classes:
AbstractImageBuilder, AjBatchImageBuilder, AjIncrementalImageBuilder, BatchCompilerRequestor, BatchImageBuilder, IncrementalImageBuilder

public interface ICompilerRequestor
A callback interface for receiving compilation results.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accept a compilation result.
  • Method Details

    • acceptResult

      void acceptResult(CompilationResult result)
      Accept a compilation result.