Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.table.span
Interface SpanModelListener

All Superinterfaces:
EventListener

public interface SpanModelListener
extends EventListener

SpanModelListener is the listener that is notified when the cells of a table are merged or split.


Method Summary
 void spanChanged(SpanModelEvent e)
          Called whenever the cells of a table have been merged or split.
 

Method Detail

spanChanged

void spanChanged(SpanModelEvent e)
Called whenever the cells of a table have been merged or split.

Parameters:
e - the SpanModel event received

Copyright © 2011 Citra Technologies. All Rights Reserved.