de.uni_paderborn.fujaba.basic
Class ProcessEvent

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.ProcessEvent

public class ProcessEvent
extends java.lang.Object

This class holds information about the Process.

Version:
$Revision: 1.8 $
Author:
$Author: schneider $

Constructor Summary
ProcessEvent(int rc)
          Constructor for class ProcessEvent
 
Method Summary
 int getReturnCode()
          This method retuns the returncode of the process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessEvent

public ProcessEvent(int rc)
Constructor for class ProcessEvent

Parameters:
rc - No description provided
Method Detail

getReturnCode

public int getReturnCode()
This method retuns the returncode of the process.

Returns:
The returncode of the process.