|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Executable
The Executable interface is used by components that may be executed with a data set.
| Method Summary | |
|---|---|
void |
run(DataSet dataSet)
Executes the component by processing some task. |
| Method Detail |
|---|
void run(DataSet dataSet)
throws ExecutionException
dataSet - The set of datas used at runtime.
ExecutionException - If the action can't be performed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||