JIDE 3.3.1

com.jidesoft.grid
Interface TableSelectionListener

All Superinterfaces:
EventListener, Serializable

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.3.1