public interface SingleInstanceService
SingleInstanceService
allow applications launched under Java
Web Start to register themselves as singletons, and to be passed in new
parameter sets when user attempts to launch new instances of them.Modifier and Type | Method and Description |
---|---|
void |
addSingleInstanceListener(SingleInstanceListener sil)
Adds the specified SingleInstanceListener to handle how the application/applet
should behave when another instance of the same application/applet is invoked.
|
void |
removeSingleInstanceListener(SingleInstanceListener sil)
Removes the specified SingleInstanceListener.
|
void addSingleInstanceListener(SingleInstanceListener sil)
sil
- the SingleInstanceListener object to be addedvoid removeSingleInstanceListener(SingleInstanceListener sil)
sil
- the SingleInstanceListener object to be removedCopyright © 1998, 2016, Oracle and/or its affiliates. All rights reserved.