Package org.csstudio.opibuilder.script
Interface IScriptStore
- All Known Implementing Classes:
AbstractScriptStore
,JavaScriptStore
,JythonScriptStore
public interface IScriptStore
A store to save script related information and register or unregister script for PVs input.
-
Method Summary
-
Method Details
-
unRegister
void unRegister()Remove listeners from PV. Dispose related resource if needed.
-