Interface ProcessExecutorListenerIfc
-
public interface ProcessExecutorListenerIfc
A ProcessExecutorListener can be notified when the ProcessExecutor is started and after it is terminated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(ProcessExecutor executor)
Called when the ProcessExecutor notifies the listener
-
-
-
Method Detail
-
update
void update(ProcessExecutor executor)
Called when the ProcessExecutor notifies the listener- Parameters:
executor
- the executor
-
-