org.mbari.siam.utils
Interface ProcessRunnerCallback
public interface ProcessRunnerCallback
ProcessRunnerCallback provides the interface to allow the parent thread to
get a callback when the ProcessRunner (and hence the exec'd process) has
completed.
|
Field Summary |
static int |
NOT_COMPLETE
Value for exitVal if process is not yet finished. |
|
Method Summary |
void |
processCompleted(int exitVal)
Called when ProcessRunner has completed |
NOT_COMPLETE
static final int NOT_COMPLETE
- Value for exitVal if process is not yet finished. This should
never happen, as the callback is supposed to happen after
process completion
- See Also:
- Constant Field Values
processCompleted
void processCompleted(int exitVal)
- Called when ProcessRunner has completed
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.