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 Details

    • taskExecutorEvent

      void taskExecutorEvent(TLspTaskExecutorEvent aTaskExecutorEvent)
      Method that will be called whenever there is a change in one or more tasks from the ILspTaskExecutor.
      Parameters:
      aTaskExecutorEvent - A task executor event that describes changes in tasks from the task executor