Interface PyChartScope.ScopeObserver

Enclosing class:
PyChartScope

public static interface PyChartScope.ScopeObserver
An observer that gets notified when the scope is modified.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    observe(String key, org.python.core.PyObject value)
     
  • Method Details

    • observe

      void observe(String key, org.python.core.PyObject value)
      Parameters:
      key - The observed key. Empty string indicates that the entire scope has been replaced, and is provided in the value.
      value - The value set for key.