com.ibm.dse.tools.workbench.gui
Interface TableRowSelectionNotifier

All Known Implementing Classes:
GroupsMixedTreeListPanel, GroupContentPanel

public interface TableRowSelectionNotifier

This interface defines the common methods that a TableRowSelection notifier must implement.


Method Summary
 void addChangeListener(TableRowSelectionListener listener)
          This method adds a TableRowSelectionListner to the listeners queue.
 void removeChangeListener(TableRowSelectionListener listener)
          This method removes a TableRowSelectionListener to the listeners queue.
 

Method Detail

addChangeListener

public void addChangeListener(TableRowSelectionListener listener)
This method adds a TableRowSelectionListner to the listeners queue.
Parameters:
listener - com.ibm.dse.tools.workbench.gui.TableRowSelectionListener

removeChangeListener

public void removeChangeListener(TableRowSelectionListener listener)
This method removes a TableRowSelectionListener to the listeners queue.
Parameters:
listener - com.ibm.dse.tools.workbench.gui.TableRowSelectionListener