JIDE 3.5.15

com.jidesoft.grid
Interface SpanModelListener

All Superinterfaces:
EventListener

public interface SpanModelListener
extends EventListener


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

Method Detail

spanChanged

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

Parameters:
e - the SpanModelEvent

JIDE 3.5.15