Package | Description |
---|---|
javax.jnlp | |
net.sourceforge.jnlp.services |
This package contains the classes that implement the standard services
defined by the JNLP specification.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SingleInstanceService.addSingleInstanceListener(SingleInstanceListener listener) |
Adds the specified SingleInstanceListener to the notification list.
|
void |
SingleInstanceService.removeSingleInstanceListener(SingleInstanceListener listener) |
Removes the specified SingleInstanceListener from the notification list.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSingleInstanceService.addSingleInstanceListener(SingleInstanceListener sil) |
Add the specified SingleInstanceListener
|
void |
XSingleInstanceService.removeSingleInstanceListener(SingleInstanceListener sil) |
Remove the specified SingleInstanceListener
|