Class ObserveProxyVariable
Proxy variable to observe value change
public abstract class ObserveProxyVariable : IDisposable
- Inheritance
-
ObserveProxyVariable
- Implements
- Derived
- Inherited Members
Constructors
ObserveProxyVariable()
protected ObserveProxyVariable()
Methods
Dispose()
public abstract void Dispose()
Register(Action<object>)
public abstract void Register(Action<object> onValueChangeCallback)