|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeTypeEventListener
Interface used to receive information about incoming, external node type registry events.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void externalRegistered(Collection<QNodeTypeDefinition> ntDefs)
throws RepositoryException,
InvalidNodeTypeDefException
ntDefs - node type definitions
RepositoryException - if an error occurs
InvalidNodeTypeDefException - if the node type definition is invalid
void externalReregistered(QNodeTypeDefinition ntDef)
throws NoSuchNodeTypeException,
InvalidNodeTypeDefException,
RepositoryException
ntDef - node type definition
RepositoryException - if an error occurs
NoSuchNodeTypeException - if the node type had not yet been registered
InvalidNodeTypeDefException - if the node type definition is invalid
void externalUnregistered(Collection<Name> ntNames)
throws RepositoryException,
NoSuchNodeTypeException
ntNames - node type qnames
RepositoryException - if an error occurs
NoSuchNodeTypeException - if a node type is already unregistered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||