Package com._1c.g5.v8.internal.derived
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 TypeMethodDescriptionvoid
This method is invoked when a task appears.
-
Method Details
-
onWorkAvailable
void onWorkAvailable()This method is invoked when a task appears.
-