Interface ITask


public interface ITask
Interface for a class that represents a task to be executed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implements this method to specify what the task does.
  • Method Details

    • execute

      void execute()
      Implements this method to specify what the task does.