| Event | When fired | When not |
|---|---|---|
| PluginEnabledEvent |
|
|
| PluginDisabledEvent |
|
|
| PluginModuleEnabledEvent |
|
|
| PluginModuleDisabledEvent |
|
|
| ÔªøPluginUninstalledEvent |
|
|
| PluginContainerFailedEvent | Event thrown when the container a plugin is installed into either rejects the plugin or fails altogether |
| PluginContainerRefreshedEvent | Event for when the container a plugin is installed into has been refreshed |
| PluginContainerUnavailableEvent | Event for when the container of a plugin is been shutdown, usually as a result of the OSGi bundle being stopped |
| PluginDisabledEvent | Event that signifies a plugin has been disabled, uninstalled or updated. |
| PluginEnabledEvent | Event fired when a plugin is enabled, installed or updated. |
| PluginFrameworkShutdownEvent | Event that signifies the plugin framework has been shutdown |
| PluginFrameworkStartedEvent | Event that signifies the plugin framework has been started and initialized |
| PluginFrameworkStartingEvent | Event that signifies the plugin framework is being started |
| PluginFrameworkWarmRestartedEvent | Signals a warm restart of the plugin framework has been completed |
| PluginFrameworkWarmRestartingEvent | Signals a warm restart of the plugin framework is about to begin |
| PluginModuleAvailableEvent | Signifies a plugin module is now available outside the usual installation process. |
| PluginModuleDisabledEvent | Event fired when a plugin module is disabled, which can also happen when its plugin is disabled or uninstalled. |
| PluginModuleEnabledEvent | Event fired when a plugin module is enabled, which can also happen when its plugin is enabled or installed. |
| PluginModuleUnavailableEvent | Signifies a plugin module is now unavailable outside the usual installation process. |
| PluginRefreshedEvent | Event fired when the plugin has been refreshed with no user interaction |
| PluginUninstalledEvent | Event fired when a plugin is explicited uninstalled (as opposed to as part of an upgrade). |
| PluginUpgradedEvent | Event that indicates a plugin has been upgraded at runtime |