JPF 1.5.1

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
 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).
 

Method Detail

registryChanged

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).

Parameters:
data - registry changes data

JPF 1.5.1

Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.