|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exec.FinishedListener | |
---|---|
com.sun.electric.tool.cvspm | Package for the CVS tool which synchronizes circuitry using source-code control. |
com.sun.electric.tool.user | Package for handling the user-interface tool. |
com.sun.electric.tool.user.dialogs |
Uses of Exec.FinishedListener in com.sun.electric.tool.cvspm |
---|
Classes in com.sun.electric.tool.cvspm that implement Exec.FinishedListener | |
---|---|
class |
ModalCommandDialog
|
Uses of Exec.FinishedListener in com.sun.electric.tool.user |
---|
Methods in com.sun.electric.tool.user with parameters of type Exec.FinishedListener | |
---|---|
void |
Exec.addFinishedListener(Exec.FinishedListener a)
Add a Exec.FinishedListener |
void |
Exec.removeFinishedListener(Exec.FinishedListener a)
Remove a Exec.FinishedListener |
Uses of Exec.FinishedListener in com.sun.electric.tool.user.dialogs |
---|
Classes in com.sun.electric.tool.user.dialogs that implement Exec.FinishedListener | |
---|---|
class |
ExecDialog
A Dialog for running and interacting with an external process. |
Methods in com.sun.electric.tool.user.dialogs with parameters of type Exec.FinishedListener | |
---|---|
void |
ExecDialog.addFinishedListener(Exec.FinishedListener l)
Do this before calling startProcess(). |
void |
ExecDialog.removeFinishedListener(Exec.FinishedListener l)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |