edu.northwestern.at.wordhoard.swing.accounts
Interface AccountListener

All Known Implementing Classes:
AccountAdapter

interface AccountListener

An account listener.

The listener interface for receiving account model state change events. See AccountModel for details.


Method Summary
 void clearSelection()
          Requests that the selection be cleared.
 void selectAccount(int index)
          Requests that an account 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 accounts.

selectAccount

void selectAccount(int index)
Requests that an account be selected.

Parameters:
index - Index of account to be selected.

clearSelection

void clearSelection()
Requests that the selection be cleared.