JIDE 3.5.15

com.jidesoft.grid
Interface TableSelectionListener

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
HeaderTable

public interface TableSelectionListener
extends EventListener, Serializable

The listener that's notified when a table selection value changes.

See Also:
TableSelectionEvent

Method Summary
 void valueChanged(TableSelectionEvent e)
          Called whenever the value of the selection changes.
 

Method Detail

valueChanged

void valueChanged(TableSelectionEvent e)
Called whenever the value of the selection changes.

Parameters:
e - the event that characterizes the change.

JIDE 3.5.15