org.csstudio.swt.widgets.natives
Interface SpreadSheetTable.ITableModifiedListener

Enclosing class:
SpreadSheetTable

public static interface SpreadSheetTable.ITableModifiedListener

Listener on table contents modified events.


Method Summary
 void modified(java.lang.String[][] content)
          Called whenever the table content is modified.
 

Method Detail

modified

void modified(java.lang.String[][] content)
Called whenever the table content is modified.

Parameters:
content - of the table.