advanced library
Classes
- RawAsyncDepListener
- RawAsyncDepObserver
- RawAsyncDepObserver is the Observer with a direct access to BaseScopeContainer and Dep. More details in RawScopeObserver
- RawDepListener
- RawDepObserver
- RawDepObserver is the Observer with a direct access to BaseScopeContainer, Dep and created instance. More details in RawScopeObserver
- RawScopeListener
- RawScopeObserver
- Consider using ScopeObserver, DepObserver and AsyncDepObserver instead — these are Observers with a safe read-only access. RawScopeObserver, RawDepObserver and RawAsyncDepObserver are an advanced direct access for rare cases. So if you are not sure if this is the right choice for you then it's probably not.