Interface Summary| Batch |
Batch is the definition for a list of processes that will be executed
after each other.
|
| BatchListener | |
| Executable |
Executable wraps specific functionalities that can be executed through
the execute method behind this generic interface |
| ForEachExecutable |
ForEachExecutable is a extension to Executable to execute the
certain executale for all childs within a object |
| Process |
Process is a definition for all lacy processes like for loading files
having serverside responses or algorithms that take a little longer.
|
| ProcessListener |
ProcessListener is a defintion for the Observable fields available
within a process Process.
|