public static interface PluginRegistry.RegistryChangeListener
Modifier and Type | Method and Description |
---|---|
void |
registryChanged(PluginRegistry.RegistryChangeData data)
This method will be called by the framework when changes are made on
registry (via
PluginRegistry.register(URL[]) or
PluginRegistry.unregister(String[]) methods). |
void registryChanged(PluginRegistry.RegistryChangeData data)
PluginRegistry.register(URL[])
or
PluginRegistry.unregister(String[])
methods).data
- registry changes dataCopyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.