Package org.hotswap.agent.config
Interface PluginInitializedListener
-
public interface PluginInitializedListenerListener after plugin is initialized.- Author:
- Jiri Bubnik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpluginIntialized(Object plugin, ClassLoader classLoader)
-
-
-
Method Detail
-
pluginIntialized
void pluginIntialized(Object plugin, ClassLoader classLoader)
-
-