org.alfresco.web.bean
Interface NodeEventListener

All Superinterfaces:
java.io.Serializable

public interface NodeEventListener
extends java.io.Serializable


Method Summary
 void created(Node node, org.alfresco.service.namespace.QName type)
          Callback executed when a Node wrapped object is created.
 

Method Detail

created

void created(Node node,
             org.alfresco.service.namespace.QName type)
Callback executed when a Node wrapped object is created. This is generally used to add additional property resolvers to the Node for a specific model type.

Parameters:
node - The Node wrapper that has been created
type - Type of the Node that has been created


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.