com.objectplanet.gui
Interface TableListener

All Superinterfaces:
java.util.EventListener

public interface TableListener
extends java.util.EventListener

This interface specifies the callback for a table event listener.

Author:
Bjorn J. Kvande.

Method Summary
 void tableSelection(TableEvent e)
          This is called when a cell in a row was selected or deselected.
 

Method Detail

tableSelection

public void tableSelection(TableEvent e)
This is called when a cell in a row was selected or deselected.

Parameters:
e - The table event.