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
Modifier and TypeMethodDescriptionvoid
This method will be called by the framework when changes are made on registry (viaPluginRegistry.register(URL[])
orPluginRegistry.unregister(String[])
methods).
-
Method Details
-
registryChanged
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
-