org.sape.carbon.core.config.node.event
Interface NodeEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DefaultConfigurationInterceptor, DoubleCheckConfigurationCache, SynchronizedConfigurationCache

Deprecated. implement ConfigurationEventListener instead

public interface NodeEventListener
extends EventListener

Interface that must be implemented by class that are interested in Node events. Copyright 2002 Sapient

Since:
carbon 1.1
Version:
$Revision: 1.6 $($Author: dvoet $ / $Date: 2003/12/11 18:43:31 $)
Author:
Douglas Voet, Oct 3, 2002
See Also:
ConfigurationEventListener

Method Summary
 void nodeChanged(Node changedNode)
          Deprecated. Callback method invoked when a node has been changed.
 void nodeRemoved(String removedNodeName)
          Deprecated. Indicates a node has been removed.
 

Method Detail

nodeChanged

public void nodeChanged(Node changedNode)
Deprecated. 
Callback method invoked when a node has been changed. A change does not include removal.

Parameters:
changedNode - node that was changed

nodeRemoved

public void nodeRemoved(String removedNodeName)
Deprecated. 
Indicates a node has been removed.

Parameters:
removedNodeName - name of the removed node


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.