Description
Is your feature request related to a problem? Please describe.
Always when you do refresh or refreshall on server, you have always have to do additional user interaction in your managment resources to update all the changed resources. I would like an event that gets called when the refresh command has done it's job and gives a table of all changes resources.
Describe the solution you'd like
add an event "onResourceChange" that gives a table of all resources that changed
{ {resName1, changeInfo}, {resName2, changeInfo}, ... }
changeInfo should be a string with an information such as:
"loaded", "unloaded", "meta changes", "file changes", "error loading", ...
Describe alternatives you've considered
you always have to loop through all resources, which is annoying and can block the main thread when there are thousands of resources