public interface InstallationNodeContribution
API for installation node contributions.
Modifier and Type | Method and Description |
---|---|
void |
closeView()
Called each time the user exits this URCap contribution in the Installation Tab.
|
void |
generateScript(ScriptWriter writer)
Defines script code that is added to the beginning of the script code
executed when a program is launched.
|
void |
openView()
Called each time the user opens this URCap contribution in the Installation Tab.
|
void openView()
Called each time the user opens this URCap contribution in the Installation Tab.
void closeView()
Called each time the user exits this URCap contribution in the Installation Tab.
void generateScript(ScriptWriter writer)
Defines script code that is added to the beginning of the script code executed when a program is launched.
writer
- serves to add script commands to program script code preambleCopyright © 2018. All rights reserved.