Package org.opt4j.config
Interface TaskStateListener
- All Known Subinterfaces:
TaskListener
- All Known Implementing Classes:
DefaultTasksPanel
,ExecutionEnvironment
,Opt4JTasksPanel
public interface TaskStateListener
The
TaskStateListener
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
stateChanged
(Task task) Invoked if aTask
changes its state.
-
Method Details
-
stateChanged
Invoked if aTask
changes its state.- Parameters:
task
- the task that changed its state
-