Listen to loading of an unloaded module

Answered

Hi!

I need to listen when a module that is unloaded pass to be loaded. I saw the com.intellij.openapi.project.ModuleListener doesn't catch this event. Is there any way

 

Best regards

0
2 comments

I think ModuleListener#moduleAdded should be called in such cases, like moduleRemoved is called when a module is unloaded. Could you please file an issue about that in our tracker?

0

Please sign in to leave a comment.