Interface Runner.IRunnerObserver

Enclosing class:
Runner

public static interface Runner.IRunnerObserver
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleRow(Base resource, int total, int cursor)
     
  • Method Details

    • handleRow

      void handleRow(Base resource, int total, int cursor)