Interface IterationControl

All Known Subinterfaces:
ForestIterationControl, ForestScanControl

public interface IterationControl
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels the iteration - the iteration will exit right after this call with undefined return value.
  • Method Details

    • cancel

      void cancel()
      Cancels the iteration - the iteration will exit right after this call with undefined return value.