Class ProcessEvent

java.lang.Object
org.im4java.process.ProcessEvent

public class ProcessEvent extends Object
This class wraps return-code and Exceptions of a terminated process.
  • Constructor Details

    • ProcessEvent

      public ProcessEvent()
      Default constructor.
  • Method Details

    • setReturnCode

      public void setReturnCode(int pReturnCode)
      Parameters:
      pReturnCode - the iReturnCode to set
    • getReturnCode

      public int getReturnCode()
      Returns:
      the iReturnCode
    • setException

      public void setException(Exception pException)
      Parameters:
      pException - the iException to set
    • getException

      public Exception getException()
      Returns:
      the iException