Interface TaskStateListener

All Known Subinterfaces:
TaskListener
All Known Implementing Classes:
DefaultTasksPanel, ExecutionEnvironment, Opt4JTasksPanel

public interface TaskStateListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked if a Task changes its state.
  • Method Details

    • stateChanged

      void stateChanged(Task task)
      Invoked if a Task changes its state.
      Parameters:
      task - the task that changed its state