org.opt4j.core.config
Interface TaskListener

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

public interface TaskListener
extends TaskStateListener

The TaskListener.


Method Summary
 void added(Task task)
          Invoked if a Task is added.
 
Methods inherited from interface org.opt4j.core.config.TaskStateListener
stateChanged
 

Method Detail

added

void added(Task task)
Invoked if a Task is added.

Parameters:
task - the added task