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


public interface TableRowSelectionListener

This interface must be implemented to classes that want handle TableRowSelectionEvents.


Method Summary
 void stateChanged(TableRowSelectionEvent event)
          This method handles the selection.
 

Method Detail

stateChanged

public void stateChanged(TableRowSelectionEvent event)
This method handles the selection.
Parameters:
event - com.ibm.dse.tools.workbench.gui.TableRowSelectionEvent