Interface IntermediateResultHandler<T>

Type Parameters:
T - The result type.

public interface IntermediateResultHandler<T>
A handler for an intermediate result obtained by a BuildActionExecuter.
Since:
4.8
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onComplete(T result)
    Handles successful completion of the action.
  • Method Details

    • onComplete

      void onComplete(T result)
      Handles successful completion of the action.
      Parameters:
      result - the result