Dependency callbacks
·
159 commits
to master
since this release
[Feature: 14] Dependents now monitor their dependencies state changes.
Created two override hooks: "onDependencyStarted( )" and "onDependencyStopped( )".
Dependent will clean its dependencies list on "Dependency Destroyed" event, although no hooks are exposed for that since dependency reference does not exist anymore.
[Feature: 16] Dependent captures own dependency error
Created an overridable hook for dependent "onUnhandledDependencyError( )"