Interface ModelTask


public interface ModelTask
A scheduled task of BetterModel
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels this task
    boolean
    Checks this task is canceled
  • Method Details

    • isCancelled

      boolean isCancelled()
      Checks this task is canceled
      Returns:
      whether to cancel
    • cancel

      void cancel()
      Cancels this task