Interface CompletableStep

All Known Implementing Classes:
AggregateSourceStep, NonAggregateSourceStep

public interface CompletableStep
Interface for steps that require other classes to notify them of the compeletion status.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    complete(Object source, boolean complete)
    Notifies this CompletableStep that the source is or is not complete.
  • Method Details

    • complete

      void complete(Object source, boolean complete)
      Notifies this CompletableStep that the source is or is not complete.
      Parameters:
      source -
      complete -