Uses of Interface
org.apache.aries.blueprint.container.NamespaceHandlerRegistry.Listener

Packages that use NamespaceHandlerRegistry.Listener
org.apache.aries.blueprint.container   
org.apache.aries.blueprint.namespace   
 

Uses of NamespaceHandlerRegistry.Listener in org.apache.aries.blueprint.container
 

Classes in org.apache.aries.blueprint.container that implement NamespaceHandlerRegistry.Listener
 class BlueprintContainerImpl
          TODO: javadoc
 

Methods in org.apache.aries.blueprint.container with parameters of type NamespaceHandlerRegistry.Listener
 void NamespaceHandlerRegistry.NamespaceHandlerSet.addListener(NamespaceHandlerRegistry.Listener listener)
          Add a new Listener to be called when namespace handlers are registerd or unregistered
 void NamespaceHandlerRegistry.NamespaceHandlerSet.removeListener(NamespaceHandlerRegistry.Listener listener)
          Remove a previously registered Listener
 

Uses of NamespaceHandlerRegistry.Listener in org.apache.aries.blueprint.namespace
 

Methods in org.apache.aries.blueprint.namespace with parameters of type NamespaceHandlerRegistry.Listener
 void NamespaceHandlerRegistryImpl.NamespaceHandlerSetImpl.addListener(NamespaceHandlerRegistry.Listener listener)
           
 void NamespaceHandlerRegistryImpl.NamespaceHandlerSetImpl.removeListener(NamespaceHandlerRegistry.Listener listener)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.