Package org.pf4j
Interface PluginStateListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
AbstractExtensionFinder,DefaultExtensionFinder,LegacyExtensionFinder,LoggingPluginStateListener,ServiceProviderExtensionFinder
public interface PluginStateListener extends java.util.EventListenerPluginStateListener defines the interface for an object that listens to plugin state changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpluginStateChanged(PluginStateEvent event)Invoked when a plugin's state (for example DISABLED, STARTED) is changed.
-
-
-
Method Detail
-
pluginStateChanged
void pluginStateChanged(PluginStateEvent event)
Invoked when a plugin's state (for example DISABLED, STARTED) is changed.
-
-