Interface IComputationWorkerCallback


public interface IComputationWorkerCallback
A component that need notifications about new tasks should implement this interface.
See Also:
  • IComputationTaskManager#getTask(IComputationWorkerCallback)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is invoked when a task appears.
  • Method Details

    • onWorkAvailable

      void onWorkAvailable()
      This method is invoked when a task appears.