org.apache.jackrabbit.core.cluster
Interface NodeTypeEventListener

All Known Implementing Classes:
NodeTypeRegistry

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.
 

Method Detail

externalRegistered

void externalRegistered(Collection ntDefs)
                        throws RepositoryException,
                               InvalidNodeTypeDefException
Called when one or more node types have been externally registered.

Parameters:
ntDefs - node type definitions
Throws:
RepositoryException - if an error occurs
InvalidNodeTypeDefException - if the node type definition is invalid


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.