public static interface Controller.StartupListener
The interface for startup events in single instance mode.
| Method Summary | |
|---|---|
void |
startupPerformed(java.lang.String parameters)
Will be called when the executable is started again. |
| Method Detail |
|---|
void startupPerformed(java.lang.String parameters)
parameters - the parameters of the invocation.
Note: any default arguments defined in the wizard will not be passed again here
.