Interface PluginStateListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractExtensionFinder, DefaultExtensionFinder, LegacyExtensionFinder, LoggingPluginStateListener, ServiceProviderExtensionFinder
PluginStateListener defines the interface for an object that listens to plugin state changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a plugin's state (for example DISABLED, STARTED) is changed.
-
Method Details
-
pluginStateChanged
Invoked when a plugin's state (for example DISABLED, STARTED) is changed.
-