public interface SingleInstanceListener
Modifier and Type | Method | Description |
---|---|---|
void |
newActivation(java.lang.String[] arguments) |
This method is called when a new instance of the application is launched.
|
void newActivation(java.lang.String[] arguments)
arguments
- the arguments passed to the new instance of the
application