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.EventListener
PluginStateListener 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 void
pluginStateChanged(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.
-
-