Interface IWorker


public interface IWorker
Performs processing of DD tasks, reports on performed work.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Perform a DD task.
  • Method Details

    • perform

      boolean perform()
      Perform a DD task.
      Returns:
      True in case if a work was performed; false if there was no work to perform.