Copyright © 2005 Scientific Applications. All Rights Reserved.

com.sciapp.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 © 2005 Scientific Applications. All Rights Reserved.