com.sdm.quasar.client.core.data.plugin
Interface DataManagerPluginCallback


public interface DataManagerPluginCallback

Version:
1.$Revision$
Author:
Thomas Wolf

Method Summary
 void notifyNodeAdded(NodeController node)
          Called by the DataCore when a node has been added.
 void notifyNodeWillBeRemoved(NodeController node)
          Called by the DataCore before a node will be removed.
 

Method Detail

notifyNodeAdded

public void notifyNodeAdded(NodeController node)
Called by the DataCore when a node has been added. The implementation may register value handlers for the new node.

Parameters:
node - the node that has been added

notifyNodeWillBeRemoved

public void notifyNodeWillBeRemoved(NodeController node)
Called by the DataCore before a node will be removed.

Parameters:
node - the key of the node that will be removed.