Package com.inductiveautomation.sfc.api
Interface PyChartScope.ScopeObserver
- Enclosing class:
 - PyChartScope
 
public static interface PyChartScope.ScopeObserver
An observer that gets notified when the scope is modified.
- 
Method Summary
 
- 
Method Details
- 
observe
- 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.
 
 -