public interface SingleInstanceListener
SingleInstanceListener
is a interface which should be
implemented by a JNLP application if they wish to support
single instance behaviour.Modifier and Type | Method and Description |
---|---|
void |
newActivation(java.lang.String[] params)
This method should be implemented by the application to
handle the single instance behaviour - how should the application
handle the arguments when another instance of the application is
invoked with params.
|
void newActivation(java.lang.String[] params)
params
- Array of parameters for the application main
(arguments supplied in the jnlp file)Copyright © 1998, 2015, Oracle and/or its affiliates. All rights reserved.