|
||||||||||
| 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 ntDefs)
Called when one or more node types have been externally registered. |
void |
externalReregistered(NodeTypeDef ntDef)
Called when a node type has been externally re-registered. |
void |
externalUnregistered(Collection ntNames)
Called when one or more node types have been externally unregistered. |
| Method Detail |
|---|
void externalRegistered(Collection ntDefs)
throws RepositoryException,
InvalidNodeTypeDefException
ntDefs - node type definitions
RepositoryException - if an error occurs
InvalidNodeTypeDefException - if the node type definition is invalid
void externalReregistered(NodeTypeDef 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 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 | |||||||||