Interface ITask


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

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

    • execute Link icon

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