org.mindswap.owls.process.execution
Interface ProcessExecutionListener
- All Superinterfaces:
- java.util.EventListener
Deprecated. Use ProcessMonitor instead
public interface ProcessExecutionListener
- extends java.util.EventListener
- Author:
- Zhexuan Song
EXEC_DONE
static final int EXEC_DONE
- Deprecated.
- See Also:
- Constant Field Values
EXEC_ERROR
static final int EXEC_ERROR
- Deprecated.
- See Also:
- Constant Field Values
printMessage
void printMessage(java.lang.String message)
- Deprecated.
finishExecution
void finishExecution(int retCode)
- Deprecated.
setCurrentExecuteService
void setCurrentExecuteService(Process p)
- Deprecated.
Copyright © 2004 Evren Sirin. All Rights Reserved.