public static interface Controller.StartupListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
startupPerformed(java.lang.String parameters)
Will be called when the executable is started again.
|
void startupPerformed(java.lang.String parameters)
parameters
- the parameters of the invocation. For multiple files,
files are surrounded by double-quotes and separated by spaces.
Note: any default arguments defined in the wizard will not be passed again here
.