Interface ILspTaskExecutorListener
public interface ILspTaskExecutorListener
Handles task events from an ILspTaskExecutor.
An instance of this class can be registered to a ILspTaskExecutor
to receive updates of tasks.
- Since:
- 2012.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidtaskExecutorEvent(TLspTaskExecutorEvent aTaskExecutorEvent) Method that will be called whenever there is a change in one or more tasks from theILspTaskExecutor.
-
Method Details
-
taskExecutorEvent
Method that will be called whenever there is a change in one or more tasks from theILspTaskExecutor.- Parameters:
aTaskExecutorEvent- A task executor event that describes changes in tasks from the task executor
-