Interface TaskListener

All Superinterfaces:
TaskStateListener
All Known Implementing Classes:
DefaultTasksPanel, Opt4JTasksPanel

public interface TaskListener extends TaskStateListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    added(Task task)
    Invoked if a Task is added.

    Methods inherited from interface org.opt4j.config.TaskStateListener

    stateChanged
  • Method Details

    • added

      void added(Task task)
      Invoked if a Task is added.
      Parameters:
      task - the added task