org.eodisp.util.launcher
Interface ProcessListener

All Superinterfaces:
java.util.EventListener

public interface ProcessListener
extends java.util.EventListener

Version:
$Id:$
Author:
ibirrer

Method Summary
 void processStarted()
          Called when the process is up and running.
 void processTerminated(int exitCode)
          Called when the process has terminated
 

Method Detail

processTerminated

void processTerminated(int exitCode)
Called when the process has terminated

Parameters:
exitCode - exitCode of the process that terminated

processStarted

void processStarted()
Called when the process is up and running.