org.opt4j.core.config
Interface TaskStateListener

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

public interface TaskStateListener

The TaskStateListener.


Method Summary
 void stateChanged(Task task)
          Invoked if a Task changes its state.
 

Method Detail

stateChanged

void stateChanged(Task task)
Invoked if a Task changes its state.

Parameters:
task - the task that changed its state