Interface PyChartScope.ScopeObserver

  • Enclosing class:
    PyChartScope

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

      • observe

        void observe​(java.lang.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.