org.apache.hivemind.events
Interface RegistryInitializationListener

All Superinterfaces:
java.util.EventListener

public interface RegistryInitializationListener
extends java.util.EventListener

Lifecycle interface that may be implemented by objects that need to know when the Registry has been fully initialized and that need a reference to the RegistryInfrastructure interface. Typically, this is implemented by core service implementations.

Author:
Achim Huegen

Method Summary
 void registryInitialized(RegistryInfrastructure registry)
          Invoked when the registry has been initialized.
 

Method Detail

registryInitialized

void registryInitialized(RegistryInfrastructure registry)
Invoked when the registry has been initialized. All runtime data (Modules, ServicePoints) etc. is assembled. The hivemind.Startup service point has not been launched before.



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