com.sun.electric.tool.user
Class Exec.FinishedEvent

java.lang.Object
  extended by com.sun.electric.tool.user.Exec.FinishedEvent
Enclosing class:
Exec

public static class Exec.FinishedEvent
extends java.lang.Object

The event passed to listeners when the process finishes


Constructor Summary
Exec.FinishedEvent(java.lang.Object source, java.lang.String exec, java.io.File dir, int exitValue)
           
 
Method Summary
 java.lang.String getExec()
           
 int getExitValue()
           
 java.lang.Object getSource()
           
 java.io.File getWorkingDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec.FinishedEvent

public Exec.FinishedEvent(java.lang.Object source,
                          java.lang.String exec,
                          java.io.File dir,
                          int exitValue)
Method Detail

getSource

public java.lang.Object getSource()

getExec

public java.lang.String getExec()

getExitValue

public int getExitValue()

getWorkingDir

public java.io.File getWorkingDir()