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

    Modifier and Type
    Method
    Description
    void
    Remove listeners from PV.
  • Method Details

    • unRegister

      void unRegister()
      Remove listeners from PV. Dispose related resource if needed.