Delegate ABREngine.StateChangeDelegate
Delegate callback that is called whenever the ABRState is updated. This is useful for applications that build on ABR and need to know when the state has been updated. OnStateChanged for usage.
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public delegate void ABREngine.StateChangeDelegate(JObject state)
Parameters
Type | Name | Description |
---|---|---|
JObject | state |