Uses of Interface
org.apache.hivemind.events.RegistryInitializationListener

Packages that use RegistryInitializationListener
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.definition.impl Default implementations of the registry definition API. 
 

Uses of RegistryInitializationListener in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition with parameters of type RegistryInitializationListener
 void RegistryDefinition.addRegistryInitializationListener(RegistryInitializationListener listener)
          Adds a RegistryInitializationListener which is called after the construction of the registry.
 

Uses of RegistryInitializationListener in org.apache.hivemind.definition.impl
 

Methods in org.apache.hivemind.definition.impl with parameters of type RegistryInitializationListener
 void RegistryDefinitionImpl.addRegistryInitializationListener(RegistryInitializationListener listener)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.