JIDE 3.5.15

com.jidesoft.grid
Interface RowHeightChangeListener

All Superinterfaces:
EventListener

public interface RowHeightChangeListener
extends EventListener

RowHeightChangeListener defines the interface for an object that listens to changes in a RowHeights.

See Also:
RowHeightChangeEvent, RowHeights

Method Summary
 void rowHeightChanged(RowHeightChangeEvent e)
          This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
 

Method Detail

rowHeightChanged

void rowHeightChanged(RowHeightChangeEvent e)
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.

Parameters:
e - the RowHeightChangeEvent.

JIDE 3.5.15