Package org.java.plugin.registry
Interface PluginRegistry.RegistryChangeListener
-
- Enclosing interface:
- PluginRegistry
public static interface PluginRegistry.RegistryChangeListener
Plug-in registry changes callback interface.- Version:
- $Id: PluginRegistry.java,v 1.5 2007/03/03 17:16:26 ddimon Exp $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registryChanged(PluginRegistry.RegistryChangeData data)
This method will be called by the framework when changes are made on registry (viaPluginRegistry.register(URL[])
orPluginRegistry.unregister(String[])
methods).
-
-
-
Method Detail
-
registryChanged
void registryChanged(PluginRegistry.RegistryChangeData data)
This method will be called by the framework when changes are made on registry (viaPluginRegistry.register(URL[])
orPluginRegistry.unregister(String[])
methods).- Parameters:
data
- registry changes data
-
-