com.metamatrix.console.ui.views.users
Interface NotifyOnSelectionChange

All Known Implementing Classes:
GroupTabSelectionHandler

public interface NotifyOnSelectionChange

Interface to be implemented by a class needing notification when the selection of a group, user, or role made at the left of the Users tab has changed.


Method Summary
 void selectionChanged(java.awt.Component caller, java.lang.Object selectedItem)
          Receive notification that selection in groups tree, users tree, or roles list has changed.
 

Method Detail

selectionChanged

void selectionChanged(java.awt.Component caller,
                      java.lang.Object selectedItem)
Receive notification that selection in groups tree, users tree, or roles list has changed.

Parameters:
caller - Will be the groups tree, the users tree, or the roles list
selectedItem - The new selected item (single selection is assumed). For either tree, this is the selected node itself. For the roles list, this is the name of the selected role.


Copyright © 2009. All Rights Reserved.