org.alfresco.config
Interface ConfigChildListener


public interface ConfigChildListener

Callback used when a location containing child nodes is being watched

Since:
1.0
Author:
Derek Hulley

Method Summary
 void childrenChanged(String path)
          The children below the path have changed
 

Method Detail

childrenChanged

void childrenChanged(String path)
The children below the path have changed

Parameters:
path - full data path e.g. /alfresco/bm/tests


Copyright © 2012. All Rights Reserved.