org.alfresco.bm.config
Interface ConfigChildListener

All Superinterfaces:
org.alfresco.bm.config.ConfigConstants
All Known Implementing Classes:
BMServer, BMTestRun

public interface ConfigChildListener
extends org.alfresco.bm.config.ConfigConstants

Callback used when a location containing child nodes is being watched

Since:
1.0
Author:
Derek Hulley

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.bm.config.ConfigConstants
org.alfresco.bm.config.ConfigConstants.RunState
 
Field Summary
 
Fields inherited from interface org.alfresco.bm.config.ConfigConstants
DEFAULT_RUNSTATE, DEFAULT_SERVER_ID, PATH_CLASSES, PATH_CLUSTERS, PATH_DEFINITION, PATH_JARS, PATH_LOADED, PATH_PROPERTIES, PATH_RUNS, PATH_SERVER, PATH_SERVERS, PATH_TESTS, PROP_CLUSTER, PROP_CONTROL_CLUSTER, PROP_CONTROL_RUN_STATE, PROP_EVENT_PROCESSOR_THREADS, PROP_MONGO_URI, PROP_SERVER_ID, PROP_TEST_NAME, PROP_TEST_RUN_FQN, PROP_TEST_RUN_NAME, SEPARATOR
 
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.