edu.northwestern.at.wordhoard.swing.accounts.groups
Interface GroupMembersListener

All Known Implementing Classes:
GroupMembersAdapter

interface GroupMembersListener

An group listener.

The listener interface for receiving group model state change events. See GroupMembersModel for details.


Method Summary
 void clearSelection()
          Requests that the selection be cleared.
 void selectGroup(int index)
          Requests that an group be selected.
 void selectionChanged(int[] selection)
          Invoked when the selection changes.
 

Method Detail

selectionChanged

void selectionChanged(int[] selection)
Invoked when the selection changes.

Parameters:
selection - Array of indexes of selected groups.

selectGroup

void selectGroup(int index)
Requests that an group be selected.

Parameters:
index - Index of group to be selected.

clearSelection

void clearSelection()
Requests that the selection be cleared.