public interface NodeTypeRegistryListener
NodeTypeRegistryListener
interface allows an implementing
object to be informed about node type (un)registration.Modifier and Type | Method and Description |
---|---|
void |
nodeTypeRegistered(Name ntName)
Called when a node type has been registered.
|
void |
nodeTypeReRegistered(Name ntName)
Called when a node type has been re-registered.
|
void |
nodeTypesUnregistered(Collection<Name> names)
Called when a set of node types has been unregistered.
|
void nodeTypeRegistered(Name ntName)
ntName
- name of the node type that has been registeredvoid nodeTypeReRegistered(Name ntName)
ntName
- name of the node type that has been registeredvoid nodeTypesUnregistered(Collection<Name> names)
names
- names of the types that have been unregisteredCopyright © 2004–2023 The Apache Software Foundation. All rights reserved.