com.metamatrix.console.ui.views.entitlements
Interface AuthorizationPropagationListener

All Known Implementing Classes:
DataNodeAuthorizationsControl, DataNodesTreeModel

public interface AuthorizationPropagationListener

Single-method interface intended to be implemented by a class responsible for correlating the state of the authorizations tree of DataNodesTreeNode nodes and the checkboxes being displayed which show their state. The implementer is expected to change the state of the checkbox to match the new authorization propagated to a node.


Method Summary
 void authorizationPropagated(DataNodesTreeNode node, int authorizationType)
          Method invoked when a node has had an authorization value changed through propagation, as opposed to being changed through mouse action.
 

Method Detail

authorizationPropagated

void authorizationPropagated(DataNodesTreeNode node,
                             int authorizationType)
Method invoked when a node has had an authorization value changed through propagation, as opposed to being changed through mouse action.

Parameters:
node - the node which has had an authorization changed
authorizationType - one of AuthorizationsModel.CREATE_COLUMN_NUM, etc.


Copyright © 2009. All Rights Reserved.