Uses of Interface
org.java.plugin.registry.PluginRegistry.RegistryChangeListener
-
Packages that use PluginRegistry.RegistryChangeListener Package Description org.java.plugin.registry This package contains framework registry API.org.java.plugin.registry.xml This package contains XML syntax manifest files based framework registry API implementation.org.java.plugin.tools.mocks Simple mock classes to be used in unit tests. -
-
Uses of PluginRegistry.RegistryChangeListener in org.java.plugin.registry
Methods in org.java.plugin.registry with parameters of type PluginRegistry.RegistryChangeListener Modifier and Type Method Description voidPluginRegistry. registerListener(PluginRegistry.RegistryChangeListener listener)Registers plug-in registry change event listener.voidPluginRegistry. unregisterListener(PluginRegistry.RegistryChangeListener listener)Unregisters registry change event listener. -
Uses of PluginRegistry.RegistryChangeListener in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml with parameters of type PluginRegistry.RegistryChangeListener Modifier and Type Method Description voidPluginRegistryImpl. registerListener(PluginRegistry.RegistryChangeListener listener)voidPluginRegistryImpl. unregisterListener(PluginRegistry.RegistryChangeListener listener) -
Uses of PluginRegistry.RegistryChangeListener in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks with parameters of type PluginRegistry.RegistryChangeListener Modifier and Type Method Description voidMockPluginRegistry. registerListener(PluginRegistry.RegistryChangeListener listener)voidMockPluginRegistry. unregisterListener(PluginRegistry.RegistryChangeListener listener)
-