Extension SDK

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.
 

Method Detail

processFinished

public void processFinished(int exitCode)
Invoked when the process has finished.


Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.