public static interface StartupNotification.Listener
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 for the launcher will not be passed again here
.