com.google.gwt.widgetideas.table.client
Interface SourceTableSelectionEvents

All Known Implementing Classes:
FixedWidthGrid, SelectionGrid, SortableGrid

public interface SourceTableSelectionEvents

Source of selection events.


Method Summary
 void addTableSelectionListener(TableSelectionListener listener)
          Add a TableSelectionListener.
 void removeTableSelectionListener(TableSelectionListener listener)
          Remove a TableSelectionListener.
 

Method Detail

addTableSelectionListener

void addTableSelectionListener(TableSelectionListener listener)
Add a TableSelectionListener.

Parameters:
listener - the listener

removeTableSelectionListener

void removeTableSelectionListener(TableSelectionListener listener)
Remove a TableSelectionListener.

Parameters:
listener - the listener