public interface NodeTypeEventListener
Modifier and Type | Method and Description |
---|---|
void |
externalRegistered(Collection<QNodeTypeDefinition> ntDefs)
Called when one or more node types have been externally registered.
|
void |
externalReregistered(QNodeTypeDefinition ntDef)
Called when a node type has been externally re-registered.
|
void |
externalUnregistered(Collection<Name> ntNames)
Called when one or more node types have been externally unregistered.
|
void externalRegistered(Collection<QNodeTypeDefinition> ntDefs) throws RepositoryException, InvalidNodeTypeDefException
ntDefs
- node type definitionsRepositoryException
- if an error occursInvalidNodeTypeDefException
- if the node type definition is invalidvoid externalReregistered(QNodeTypeDefinition ntDef) throws NoSuchNodeTypeException, InvalidNodeTypeDefException, RepositoryException
ntDef
- node type definitionRepositoryException
- if an error occursNoSuchNodeTypeException
- if the node type had not yet been registeredInvalidNodeTypeDefException
- if the node type definition is invalidvoid externalUnregistered(Collection<Name> ntNames) throws RepositoryException, NoSuchNodeTypeException
ntNames
- node type qnamesRepositoryException
- if an error occursNoSuchNodeTypeException
- if a node type is already unregisteredCopyright © 2004–2023 The Apache Software Foundation. All rights reserved.