public static interface NamespaceHandlerSet.Listener
NamespaceHandlerSet#addListener(org.apache.aries.blueprint.container.NamespaceHandlerRegistry.Listener),
NamespaceHandlerSet#removeListener(org.apache.aries.blueprint.container.NamespaceHandlerRegistry.Listener)| Modifier and Type | Method and Description |
|---|---|
void |
namespaceHandlerRegistered(URI uri)
Called when a NamespaceHandler has been registered for the specified URI.
|
void |
namespaceHandlerUnregistered(URI uri)
Called when a NamespaceHandler has been unregistered for the specified URI.
|
void namespaceHandlerRegistered(URI uri)
uri - the URI of the newly registered namespace handlervoid namespaceHandlerUnregistered(URI uri)
uri - the URI of the newly unregistered namespace handlerCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.