oracle.ide.runner
Interface RunProcessListener
- public interface RunProcessListener
The RunProcessListener interface allows code to be notification when a SimpleProcess
has finished.
- See Also:
SimpleProcess.setRunProcessListener(oracle.ide.runner.RunProcessListener)
Method Summary |
void |
processFinished(int exitCode)
Invoked when the process has finished. |
processFinished
public void processFinished(int exitCode)
- Invoked when the process has finished.
Copyright © 1997, 2004, Oracle. All rights reserved.