|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void addSingleInstanceListener(SingleInstanceListener sil)
sil
- the SingleInstanceListener object to be addedvoid removeSingleInstanceListener(SingleInstanceListener sil)
sil
- the SingleInstanceListener object to be removed
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |