need event when user loads plugin
"mccorb" <[email protected]> Thu, 04 May 2017 15:17:54 +0000
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
When a user loads/enable/disables a plugin from the tools->plugins dialog in my app I want to get an event that tells me the list of valid plugins has changed so that I can take the appropriate action. How do a register to receive an event? I looked through the classes in the org.netbeans.api.autoupdate package and nothing looked like it would send an event.