Interface LazyTask

  • All Known Implementing Classes:
    DefaultLazyTask

    public interface LazyTask
    • Method Detail

      • executeTask

        void executeTask()
        Method for executing task. Execution lasts much time usually.
      • executeOnDone

        void executeOnDone()
        Executes callback. Should be called when executeTask method is finished