public interface ScriptEventHandler extends EventHandler
The following features are supported:
OsgiPackage.getScriptEventHandler()| Modifier and Type | Method and Description |
|---|---|
JavaScript |
getScript()
Returns the value of the 'Script' containment reference.
|
void |
setScript(JavaScript value)
Sets the value of the '
Script' containment reference. |
JavaScript getScript()
If the meaning of the 'Script' containment reference isn't clear, there really should be more of a description here...
setScript(org.eclipse.scada.configuration.script.JavaScript),
OsgiPackage.getScriptEventHandler_Script()void setScript(JavaScript value)
Script' containment reference.
value - the new value of the 'Script' containment reference.getScript()