com.sun.electric.tool.user
Interface Exec.FinishedListener

All Known Implementing Classes:
ExecDialog, ExecMulti, ModalCommandDialog, ModalCommandDialog
Enclosing class:
Exec

public static interface Exec.FinishedListener

Objects that want to be notified of the process finishing should implement this interface, and add themselves as a listener to the process.


Method Summary
 void processFinished(Exec.FinishedEvent e)
           
 

Method Detail

processFinished

void processFinished(Exec.FinishedEvent e)