csheets.ui.ctrl
Interface SelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AddressBox, AssertionPanel, AssertionToolBar, CellEditor, DependencyTree, DependentsTree, FormatAction, Frame, PrecedentsTree, SpreadsheetTable, StyleToolBar, TestCasePanel, TestCaseParamPanel, TestToolBar, ViewMenu, WindowMenu, WorkbookPane

public interface SelectionListener
extends EventListener

A listener for receiving notification changes when a new active workbook, spreadsheet and/or cell is selected.

Author:
Einar Pehrson

Method Summary
 void selectionChanged(SelectionEvent event)
          Invoked when the active workbook, spreadsheet and/or cell of the application is changed.
 

Method Detail

selectionChanged

void selectionChanged(SelectionEvent event)
Invoked when the active workbook, spreadsheet and/or cell of the application is changed.

Parameters:
event - the selection event that was fired