advanced library
Classes
- RawAsyncDepListener
- RawAsyncDepListener is the listener with a direct access to BaseScopeContainer and Dep. More details in RawScopeListener
- RawDepListener
- RawDepListener is the listener with a direct access to BaseScopeContainer, Dep and created instance. More details in RawScopeListener
- RawScopeListener
- Consider using ScopeListener, DepListener and AsyncDepListener instead — these are listeners with a safe read-only access. RawScopeListener, RawDepListener and RawAsyncDepListener 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.