Interface PluginStateListener
public interface PluginStateListener
Listener for installed plugin state.
It is sent by eu.rarogsoftware.rarog.platform.core.plugins.PluginManager when plugin state changes.
Listener don't have power to change plugin state. It is only information.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
stateChanged
(Plugin.PluginState oldState, Plugin.PluginState newState)
-
Method Details
-
stateChanged
-